Skip to content
Snippets Groups Projects
Commit 53f67ec0 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

#8763 Fix doxygen generation

parent f6dc9938
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ PROJECT_LOGO =
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
OUTPUT_DIRECTORY = ./generated-doc
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
......
......@@ -20,7 +20,9 @@ function run_code_analysis {
function gen_doxygen {
# Check if doxygen is installed on the system
if [ `which doxygen &>/dev/null ; echo $?` -ne 1 ] ; then
pushd doc/doxygen
doxygen core-doc.cfg.in
popd
fi
}
......
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