From 4f85838320590aca368c670b11ca049779f4fcfc Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 25 Nov 2015 00:50:47 +0000 Subject: [PATCH] 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 llvm-svn: 254048 --- llvm/docs/doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/doxygen.cfg.in b/llvm/docs/doxygen.cfg.in index 5c70db0332d5..5a74cecc8aac 100644 --- a/llvm/docs/doxygen.cfg.in +++ b/llvm/docs/doxygen.cfg.in @@ -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: