mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 15:01:35 -04:00
0d596b2d8a
Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
16 lines
338 B
Python
16 lines
338 B
Python
# 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
|
|
HTML_HEADER = """
|
|
<style>
|
|
dl {
|
|
padding-left: 1em;
|
|
}
|
|
</style>
|
|
"""
|