diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-03-17 14:57:31 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-03-19 15:47:10 -0500 |
commit | 356f9ddeb69e1cb33b5be23997840d684dd46a74 (patch) | |
tree | 6eea1f811f9f411b5504890bc0b86f77e56fcf88 /host/docs/Doxyfile.in | |
parent | a815bb2b6bfd772e3cb8ca61357390cd451d5ecf (diff) | |
download | uhd-356f9ddeb69e1cb33b5be23997840d684dd46a74.tar.gz uhd-356f9ddeb69e1cb33b5be23997840d684dd46a74.tar.bz2 uhd-356f9ddeb69e1cb33b5be23997840d684dd46a74.zip |
docs: Use Mathjax for equation rendering
Diffstat (limited to 'host/docs/Doxyfile.in')
-rw-r--r-- | host/docs/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/Doxyfile.in b/host/docs/Doxyfile.in index 05050b34f..4f1d9f573 100644 --- a/host/docs/Doxyfile.in +++ b/host/docs/Doxyfile.in @@ -1597,7 +1597,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: |