Don't build latex and remove html after doxygen run
This commit is contained in:
parent
1dfd8ec504
commit
09f28d1741
2
Doxyfile
2
Doxyfile
@ -1586,7 +1586,7 @@ EXTRA_SEARCH_MAPPINGS =
|
|||||||
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
|
# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
|
||||||
# The default value is: YES.
|
# 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
|
# 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
|
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
|
||||||
|
@ -34,6 +34,8 @@ if command -v doxygen >/dev/null; then
|
|||||||
printf "$OUTPUT\n" >&2
|
printf "$OUTPUT\n" >&2
|
||||||
return 2
|
return 2
|
||||||
fi
|
fi
|
||||||
|
#TODO: We might need this in the future, bur for now, delete html directory
|
||||||
|
rm -r html || true
|
||||||
else
|
else
|
||||||
printf "You don't have doxygen installed. Can't check documentation\n" >&2
|
printf "You don't have doxygen installed. Can't check documentation\n" >&2
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user