forked from kkos/oniguruma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Doxyfile
23 lines (19 loc) · 873 Bytes
/
Doxyfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# https://www.doxygen.nl/manual/config.html
# https://www.doxygen.nl/manual/commands.html
PROJECT_NAME = "Oniguruma"
PROJECT_BRIEF = "🔠 The regular expression library that powered Ruby & PHP"
INPUT = $(README) include docs/$(BCP_47)
RECURSIVE = YES
# https://stackoverflow.com/a/13442157
USE_MDFILE_AS_MAINPAGE = $(README)
# https://github.com/doxygen/doxygen/issues/8341
OUTPUT_LANGUAGE = $(OUTPUT_LANGUAGE)
HTML_OUTPUT = html/$(BCP_47)
GENERATE_LATEX = NO
# https://jothepro.github.io/doxygen-awesome-css/
GENERATE_TREEVIEW = YES
DISABLE_INDEX = NO
FULL_SIDEBAR = NO
HTML_EXTRA_STYLESHEET = https://cdn.statically.io/gh/jothepro/doxygen-awesome-css/v2.2.1/doxygen-awesome.css \
https://cdn.statically.io/gh/jothepro/doxygen-awesome-css/v2.2.1/doxygen-awesome-sidebar-only.css
HTML_COLORSTYLE = LIGHT