Generate tagfile for use with c3d documentation

This commit is contained in:
oreo639 2021-02-05 11:12:31 -08:00 committed by fincs
parent 1fb16e21c2
commit 858ef9408c
3 changed files with 3 additions and 2 deletions

1
libctru/.gitignore vendored
View File

@ -7,3 +7,4 @@ docs
internal_docs internal_docs
*.bz2 *.bz2
.*/ .*/
*.tag

View File

@ -2067,7 +2067,7 @@ TAGFILES =
# tag file that is based on the input files it reads. See section "Linking to # tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files. # external documentation" for more information about the usage of tag files.
GENERATE_TAGFILE = GENERATE_TAGFILE = libctru.tag
# If the ALLEXTERNALS tag is set to YES, all external class will be listed in # If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# the class index. If set to NO, only the inherited external classes will be # the class index. If set to NO, only the inherited external classes will be

View File

@ -145,7 +145,7 @@ lib/libctrud.a : lib debug $(SOURCES) $(INCLUDES)
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
clean: clean:
@echo clean ... @echo clean ...
@rm -fr release debug lib docs @rm -fr release debug lib docs libctru.tag
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
else else