Add Doxygen and m.css config file

This commit is contained in:
Léo Lam 2022-01-25 22:32:59 +01:00
parent b728917ef4
commit 29a7b8f349
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
3 changed files with 2672 additions and 0 deletions

2
.gitignore vendored
View File

@ -43,3 +43,5 @@ perf.data.old
/toolchain/clang-* /toolchain/clang-*
tools/check tools/check
tools/listsym tools/listsym
docs/build

2662
docs/Doxyfile Normal file

File diff suppressed because it is too large Load Diff

8
docs/doxygen_config.py Normal file
View File

@ -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