jak-project/third-party/zydis/Doxyfile
Tyler Wilding 637b043293
deps: update zydis to latest commit (#3306)
Updates Zydis to it's latest commit, this should fix building the
project on intel macs with a more recent version of macOS. This likely
needs some sanity checks that the debugger stuff still works as
expected.
2024-01-15 16:56:14 -05: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 = v4.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