mirror of https://github.com/zeldaret/botw.git
Add Doxygen and m.css config file
This commit is contained in:
parent
b728917ef4
commit
29a7b8f349
|
@ -43,3 +43,5 @@ perf.data.old
|
||||||
/toolchain/clang-*
|
/toolchain/clang-*
|
||||||
tools/check
|
tools/check
|
||||||
tools/listsym
|
tools/listsym
|
||||||
|
|
||||||
|
docs/build
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,8 @@
|
||||||
|
# Configuration file for https://mcss.mosra.cz/documentation/doxygen/
|
||||||
|
DOXYFILE = "Doxyfile"
|
||||||
|
MAIN_PROJECT_URL = "https://botw.link"
|
||||||
|
SHOW_UNDOCUMENTED = True
|
||||||
|
SEARCH_RESULT_ID_BYTES = 4
|
||||||
|
SEARCH_FILE_OFFSET_BYTES = 4
|
||||||
|
SEARCH_NAME_SIZE_BYTES = 2
|
||||||
|
SEARCH_DOWNLOAD_BINARY = True
|
Loading…
Reference in New Issue