<div dir="ltr">I haven't used the option before, but using mathjax seems like a win.<div>Do you have a particular page of our doxygen that you are looking at where we use math?</div><div><br></div><div>Anyway, give it a shot and we can always roll back if it is undesirable.</div><div><br></div><div>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.<br><div><br></div><div>-- Sean Silva</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 24, 2015 at 9:51 AM, Matthias Braun via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">MatzeB created this revision.<br>
MatzeB added a subscriber: llvm-commits.<br>
MatzeB set the repository for this revision to rL LLVM.<br>
<br>
Does anyone have experiences (or objections) to this settings change?<br>
<br>
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.<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D14960" rel="noreferrer" target="_blank">http://reviews.llvm.org/D14960</a><br>
<br>
Files:<br>
  docs/<a href="http://doxygen.cfg.in" rel="noreferrer" target="_blank">doxygen.cfg.in</a><br>
<br>
Index: docs/<a href="http://doxygen.cfg.in" rel="noreferrer" target="_blank">doxygen.cfg.in</a><br>
===================================================================<br>
--- docs/<a href="http://doxygen.cfg.in" rel="noreferrer" target="_blank">doxygen.cfg.in</a><br>
+++ docs/<a href="http://doxygen.cfg.in" rel="noreferrer" target="_blank">doxygen.cfg.in</a><br>
@@ -1409,7 +1409,7 @@<br>
 # The default value is: NO.<br>
 # This tag requires that the tag GENERATE_HTML is set to YES.<br>
<br>
-USE_MATHJAX            = NO<br>
+USE_MATHJAX            = YES<br>
<br>
 # When MathJax is enabled you can set the default output format to be used for<br>
 # the MathJax output. See the MathJax site (see:<br>
<br>
<br>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>