diff --git a/Doxyfile b/Doxyfile index 9495b3e..e672da1 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1586,7 +1586,7 @@ EXTRA_SEARCH_MAPPINGS = # If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output. # The default value is: YES. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of diff --git a/autoformat.sh b/autoformat.sh index 3afb0b5..540767a 100755 --- a/autoformat.sh +++ b/autoformat.sh @@ -34,6 +34,8 @@ if command -v doxygen >/dev/null; then printf "$OUTPUT\n" >&2 return 2 fi + #TODO: We might need this in the future, bur for now, delete html directory + rm -r html || true else printf "You don't have doxygen installed. Can't check documentation\n" >&2 fi