Skip to content
Snippets Groups Projects
Commit ef2c2ce6 authored by Oliver Sander's avatar Oliver Sander
Browse files

create a template Doxyfile in doc/doxygen

[[Imported from SVN: r5497]]
parent 1c3a02da
No related branches found
No related tags found
No related merge requests found
......@@ -591,9 +591,19 @@ endif
include \$(top_srcdir)/am/global-rules
CC_DELIM
###############################################################
############### The doc/doxygen subdirectory ##################
###############################################################
mkdir "$PROJECT/doc/doxygen"
#################### template Doxyfile ########################
echo "- $PROJECT/doc/doxygen/Doxyfile"
doxygen -g "$PROJECT/doc/doxygen/Doxyfile" > /dev/null
## done
echo "done."
echo "------------------------------------------"
......
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