[PATCH] D14960: Doxygen: Use mathjax

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 16:41:56 PST 2015


I haven't used the option before, but using mathjax seems like a win.
Do you have a particular page of our doxygen that you are looking at where
we use math?

Anyway, give it a shot and we can always roll back if it is undesirable.

Adding Hans just as an FYI, since IIRC he was generating the doxygen for
the release and may want to be aware of what is happening here in case it
causes some issue.

-- Sean Silva

On Tue, Nov 24, 2015 at 9:51 AM, Matthias Braun via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> MatzeB created this revision.
> MatzeB added a subscriber: llvm-commits.
> MatzeB set the repository for this revision to rL LLVM.
>
> Does anyone have experiences (or objections) to this settings change?
>
> The main motivation is to not require a latex installation when building
> the documentation. I would also expect a better image quality and the
> ability to copy&paste from formulas with a javascript based solution for
> displaying the math.
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D14960
>
> Files:
>   docs/doxygen.cfg.in
>
> Index: docs/doxygen.cfg.in
> ===================================================================
> --- docs/doxygen.cfg.in
> +++ docs/doxygen.cfg.in
> @@ -1409,7 +1409,7 @@
>  # The default value is: NO.
>  # This tag requires that the tag GENERATE_HTML is set to YES.
>
> -USE_MATHJAX            = NO
> +USE_MATHJAX            = YES
>
>  # When MathJax is enabled you can set the default output format to be
> used for
>  # the MathJax output. See the MathJax site (see:
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151124/36999f94/attachment.html>


More information about the llvm-commits mailing list