[llvm] r254048 - Doxygen: Use mathjax to create formulas.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 16:50:47 PST 2015


Author: matze
Date: Tue Nov 24 18:50:47 2015
New Revision: 254048

URL: http://llvm.org/viewvc/llvm-project?rev=254048&view=rev
Log:
Doxygen: Use mathjax to create formulas.

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.

Differential Revision: http://reviews.llvm.org/D14960

Modified:
    llvm/trunk/docs/doxygen.cfg.in

Modified: llvm/trunk/docs/doxygen.cfg.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/doxygen.cfg.in?rev=254048&r1=254047&r2=254048&view=diff
==============================================================================
--- llvm/trunk/docs/doxygen.cfg.in (original)
+++ llvm/trunk/docs/doxygen.cfg.in Tue Nov 24 18:50:47 2015
@@ -1409,7 +1409,7 @@ FORMULA_TRANSPARENT    = YES
 # 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:




More information about the llvm-commits mailing list