diff options
| author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-05 20:02:59 -0300 |
|---|---|---|
| committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-10-05 20:02:59 -0300 |
| commit | bc5a3e8923cb8efedbbd5b88e212eb0e9009cf87 (patch) | |
| tree | a86d950b5ed31b6a7722ba3ef073d54ffc323a6e /Doxyfile | |
| parent | c7c1963fae6f88a55b3f7e4a3f9ea17e964d23d2 (diff) | |
| download | PSP.git-bc5a3e8923cb8efedbbd5b88e212eb0e9009cf87.tar.gz PSP.git-bc5a3e8923cb8efedbbd5b88e212eb0e9009cf87.tar.xz PSP.git-bc5a3e8923cb8efedbbd5b88e212eb0e9009cf87.zip | |
Add copyright on files and documentation update
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -38,7 +38,7 @@ PROJECT_NAME = # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2017w37a +PROJECT_NUMBER = 2017w40a # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -1534,7 +1534,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: @@ -1557,7 +1557,7 @@ MATHJAX_FORMAT = HTML-CSS # The default value is: http://cdn.mathjax.org/mathjax/latest. # This tag requires that the tag USE_MATHJAX is set to YES. -MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest +MATHJAX_RELPATH = https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/ # The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax # extension names that should be enabled during MathJax rendering. For example |
