add doxygen support
This commit is contained in:
parent
94f59bb076
commit
ff76b94cf1
2
libctru/.gitignore
vendored
2
libctru/.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
build
|
||||
lib
|
||||
docs
|
||||
internal_docs
|
||||
|
2303
libctru/Doxyfile
Normal file
2303
libctru/Doxyfile
Normal file
File diff suppressed because it is too large
Load Diff
2303
libctru/Doxyfile.internal
Normal file
2303
libctru/Doxyfile.internal
Normal file
File diff suppressed because it is too large
Load Diff
@ -87,6 +87,10 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
|
||||
#---------------------------------------------------------------------------------
|
||||
all: $(BUILD)
|
||||
|
||||
dox:
|
||||
@doxygen Doxyfile
|
||||
@doxygen Doxyfile.internal
|
||||
|
||||
lib:
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
|
||||
@ -97,7 +101,7 @@ $(BUILD): lib
|
||||
#---------------------------------------------------------------------------------
|
||||
clean:
|
||||
@echo clean ...
|
||||
@rm -fr $(BUILD) lib
|
||||
@rm -fr $(BUILD) lib docs internal_docs
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user