We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1aab1c commit 8df72b4Copy full SHA for 8df72b4
1 file changed
documentation/doxygen/Makefile
@@ -77,6 +77,9 @@ doxygen: filter pyzdoc htmlfooter
77
$(call MkDir,$(DOXYGEN_EXAMPLE_PATH))
78
$(call MkDir,$(DOXYGEN_NOTEBOOK_PATH))
79
./makeinput.sh
80
+ echo "*** Diff of config file with default template:"
81
+ doxygen -x
82
+ echo "*** Run doxygen"
83
doxygen
84
bash ./CleanNamespaces.sh
85
gzip $(DOXYGEN_IMAGE_PATH)/ROOT.tag
0 commit comments