diff --git a/Doxyfile b/Doxyfile index 03f230a..1ed21da 100644 --- a/Doxyfile +++ b/Doxyfile @@ -994,7 +994,7 @@ MAN_LINKS = NO # generate an XML file that captures the structure of # the code including all documentation. -GENERATE_XML = NO +GENERATE_XML = YES # The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be diff --git a/Makefile b/Makefile index 96cc96a..f805770 100644 --- a/Makefile +++ b/Makefile @@ -156,6 +156,10 @@ $(CFLASHIMAGE): doc: doxygen echo "Documentation is located at doc/html ." + +markdown: doc + node ../moxygen/bin/moxygen.js -h doc/xml + header: $(TOOLSBIN)/ndstool -h 0x400 -g LBRS YO dslibris $(shell cat version.txt) $(TARGET).nds