Files
jak-project/third-party/zydis/Doxyfile
T
Tyler Wilding 9fb8a1dc27 deps: update zydis and json.hpp to silence various warnings (#4136)
Zydis has been complaining about cmake deprecation, and json.hpp has
been causing tons of warnings to be spewed in the builds. Update both.
2026-03-17 23:22:09 -04:00

21 lines
571 B
Plaintext
Vendored
Generated

# This file is also parsed by CMakelists.txt, please only add one option value
# per line (i.e. do not split long lines with '\'), and only use '=' to set values
PROJECT_NAME = Zydis
PROJECT_NUMBER = v5.0.0
OUTPUT_DIRECTORY = ./doc
INPUT = ./include ./README.md ./files.dox
JAVADOC_AUTOBRIEF = YES
QT_AUTOBRIEF = YES
OPTIMIZE_OUTPUT_FOR_C = YES
TOC_INCLUDE_HEADINGS = 0
EXTRACT_LOCAL_CLASSES = NO
HIDE_SCOPE_NAMES = YES
RECURSIVE = YES
USE_MDFILE_AS_MAINPAGE = README.md
GENERATE_LATEX = NO
GENERATE_TREEVIEW = YES
DISABLE_INDEX = NO
FULL_SIDEBAR = NO
EXTRACT_ALL = YES