summaryrefslogtreecommitdiff
path: root/docs/doxygen_config.py
blob: 466ba00df4155802f7551cc7a4ce0a683a648d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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>
"""