[PATCH] D14960: Doxygen: Use mathjax
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 24 09:51:30 PST 2015
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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14960.41060.patch
Type: text/x-patch
Size: 450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151124/cffe9b30/attachment.bin>
More information about the llvm-commits
mailing list