mirror of
https://github.com/rhaleblian/dslibris.git
synced 2025-06-18 16:55:41 -04:00
Add support for moxygen.
Thie process made the GitHub wiki page.
This commit is contained in:
parent
51ec12c1f7
commit
30c4e6381c
2
Doxyfile
2
Doxyfile
@ -994,7 +994,7 @@ MAN_LINKS = NO
|
|||||||
# generate an XML file that captures the structure of
|
# generate an XML file that captures the structure of
|
||||||
# the code including all documentation.
|
# 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.
|
# 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
|
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
||||||
|
4
Makefile
4
Makefile
@ -156,6 +156,10 @@ $(CFLASHIMAGE):
|
|||||||
doc:
|
doc:
|
||||||
doxygen
|
doxygen
|
||||||
echo "Documentation is located at doc/html ."
|
echo "Documentation is located at doc/html ."
|
||||||
|
|
||||||
|
markdown: doc
|
||||||
|
node ../moxygen/bin/moxygen.js -h doc/xml
|
||||||
|
|
||||||
header:
|
header:
|
||||||
$(TOOLSBIN)/ndstool -h 0x400 -g LBRS YO dslibris $(shell cat version.txt) $(TARGET).nds
|
$(TOOLSBIN)/ndstool -h 0x400 -g LBRS YO dslibris $(shell cat version.txt) $(TARGET).nds
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user