X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Fdoxygen.cfg.in;h=5a74cecc8aac6133dc88f70c634e5d484b32a5ca;hb=9e7173acbba1fe3baebe064d29bd1c6ef3298270;hp=d8c4051e5637d9eb55184f37fa51353c9b553205;hpb=1cf942cb4f893690c430571295777f4f9de8ee95;p=oota-llvm.git diff --git a/docs/doxygen.cfg.in b/docs/doxygen.cfg.in index d8c4051e563..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: @@ -2205,7 +2205,7 @@ DIRECTORY_GRAPH = YES # The default value is: png. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_IMAGE_FORMAT = png +DOT_IMAGE_FORMAT = @DOT_IMAGE_FORMAT@ # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to # enable generation of interactive SVG images that allow zooming and panning.