Generate tagfile for use with c3d documentation
This commit is contained in:
parent
1fb16e21c2
commit
858ef9408c
1
libctru/.gitignore
vendored
1
libctru/.gitignore
vendored
@ -7,3 +7,4 @@ docs
|
||||
internal_docs
|
||||
*.bz2
|
||||
.*/
|
||||
*.tag
|
||||
|
@ -2067,7 +2067,7 @@ TAGFILES =
|
||||
# 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.
|
||||
|
||||
GENERATE_TAGFILE =
|
||||
GENERATE_TAGFILE = libctru.tag
|
||||
|
||||
# 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
|
||||
|
@ -145,7 +145,7 @@ lib/libctrud.a : lib debug $(SOURCES) $(INCLUDES)
|
||||
#---------------------------------------------------------------------------------
|
||||
clean:
|
||||
@echo clean ...
|
||||
@rm -fr release debug lib docs
|
||||
@rm -fr release debug lib docs libctru.tag
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user