From 5f364c15daaca8a320aa64874075b13e6ecdb125 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254048 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index 5c70db0332d..5a74cecc8aa 100644 --- a/docs/doxygen.cfg.in +++ b/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: -- 2.34.1