docs: Setup Doxygen generation (#165)

This commit is contained in:
MonsterDruide1 2024-10-16 18:29:03 +02:00 committed by GitHub
parent 6d2d775901
commit 498675ee37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2677 additions and 0 deletions

2662
docs/Doxyfile Normal file

File diff suppressed because it is too large Load Diff

15
docs/doxygen_config.py Normal file
View File

@ -0,0 +1,15 @@
# Configuration file for https://mcss.mosra.cz/documentation/doxygen/
DOXYFILE = "Doxyfile"
MAIN_PROJECT_URL = "https://smo.monsterdrui.de"
SHOW_UNDOCUMENTED = True
SEARCH_RESULT_ID_BYTES = 4
SEARCH_FILE_OFFSET_BYTES = 4
SEARCH_NAME_SIZE_BYTES = 2
SEARCH_DOWNLOAD_BINARY = True
HTML_HEADER = """
<style>
dl {
padding-left: 1em;
}
</style>
"""