diff --git a/.gitignore b/.gitignore index 1e90cfd..94ed255 100644 --- a/.gitignore +++ b/.gitignore @@ -16,5 +16,9 @@ build # Programmer's Notepad state file *.pnps -# Generated doxygen HTML documentation +# Generated doxygen documentation /doc +/latex + +# Temporary file +*.tmp diff --git a/.travis.yml b/.travis.yml index 264ce0b..ffe8b4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,8 +29,8 @@ script: - (cd GRRLIB && sudo -E make clean all install) - (cd examples && make) - (cd GRRLIB && sudo -E make PLATFORM=cube clean all) - - doxygen grrlib.doxygen - - (cd latex && make) + - doxygen grrlib.doxygen >/dev/null + - make --directory=latex >/dev/null before_deploy: - touch doc/.nojekyll diff --git a/grrlib.doxygen b/grrlib.doxygen index a5fef2d..afa1ff8 100644 --- a/grrlib.doxygen +++ b/grrlib.doxygen @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = . +OUTPUT_DIRECTORY = # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and