[PATCH] D14960: Doxygen: Use mathjax

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 16:53:41 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL254048: Doxygen: Use mathjax to create formulas. (authored by matze).

Changed prior to commit:
  http://reviews.llvm.org/D14960?vs=41060&id=41099#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14960

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

Index: llvm/trunk/docs/doxygen.cfg.in
===================================================================
--- llvm/trunk/docs/doxygen.cfg.in
+++ llvm/trunk/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.41099.patch
Type: text/x-patch
Size: 483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151125/e1a6af2c/attachment.bin>


More information about the llvm-commits mailing list