Skip to content
Snippets Groups Projects
Commit aca4a33a authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Doxygen 1.8.13

Notice that there are a few errors in some formulas.
To see all the warnings, look in the raw log from travis ci.
I also opened an issue right now (#213).

Anyway, I checked and the same errors were in the previous manual
(with doxygen 1.8.12). I thus upgrade to latest doxygen.

[makedoc]
parent f761ae5a
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ install: ...@@ -98,7 +98,7 @@ install:
# then replace doxygen with the desided version # then replace doxygen with the desided version
# I use 1.8.10 instead of 1.8.11 since it looks like 1.8.11 have troubles with # I use 1.8.10 instead of 1.8.11 since it looks like 1.8.11 have troubles with
# non case sensitive files (it writes capitalized filenames) # non case sensitive files (it writes capitalized filenames)
- if test "$MAKEDOC" == yes ; then ./.travis/install.doxygen Release_1_8_12 ; fi - if test "$MAKEDOC" == yes ; then ./.travis/install.doxygen Release_1_8_13 ; fi
- if test "$VALGRIND" == yes ; then sudo apt-get install -y valgrind ; fi - if test "$VALGRIND" == yes ; then sudo apt-get install -y valgrind ; fi
- if test "$LAPACK" == yes ; then sudo apt-get -y install libatlas-base-dev ; fi - if test "$LAPACK" == yes ; then sudo apt-get -y install libatlas-base-dev ; fi
# moreover, we hardcode path to dynamic library, required for xdrfile to link properly # moreover, we hardcode path to dynamic library, required for xdrfile to link properly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment