mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-02 07:58:37 +00:00
29 lines
922 B
Plaintext
29 lines
922 B
Plaintext
# Doxyfile 1.13.2
|
|
|
|
DOXYFILE_ENCODING = UTF-8
|
|
PROJECT_NAME = "libghostty"
|
|
INPUT = include/ghostty/vt.h
|
|
INPUT_ENCODING = UTF-8
|
|
RECURSIVE = NO
|
|
|
|
#---------------------------------------------------------------------------
|
|
# HTML Output
|
|
#---------------------------------------------------------------------------
|
|
|
|
GENERATE_HTML = YES
|
|
HTML_OUTPUT = zig-out/share/ghostty/doc/libghostty
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Man Output
|
|
#---------------------------------------------------------------------------
|
|
|
|
GENERATE_MAN = YES
|
|
MAN_OUTPUT = zig-out/share/man
|
|
MAN_EXTENSION = .3
|
|
|
|
#---------------------------------------------------------------------------
|
|
# Other Output
|
|
#---------------------------------------------------------------------------
|
|
|
|
GENERATE_LATEX = NO
|