finalize schema/data setup
Signed-off-by: Folling <mail@folling.io>
This commit is contained in:
parent
4d7bf09c4e
commit
954b8a11a3
89 changed files with 2324 additions and 6271 deletions
19
docs/doxygen/DoxyFile
Normal file
19
docs/doxygen/DoxyFile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
DISABLE_INDEX = NO
|
||||
EXCLUDE = ../vendor ../build
|
||||
EXCLUDE_PATTERNS = cmake-*
|
||||
FILE_PATTERNS = *.h *.hpp *.tpp *.ipp *.cpp
|
||||
FULL_SIDEBAR = NO
|
||||
GENERATE_LATEX = NO
|
||||
GENERATE_TREEVIEW = YES
|
||||
HTML_COLORSTYLE = LIGHT # required with Doxygen >= 1.9.5
|
||||
HTML_EXTRA_FILES = ../vendor/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js ../vendor/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js ./format_fix.js
|
||||
HTML_EXTRA_STYLESHEET = ../vendor/doxygen-awesome-css/doxygen-awesome.css
|
||||
HTML_HEADER = header.html
|
||||
INPUT = ..
|
||||
OUTPUT_DIRECTORY = generated
|
||||
PROJECT_BRIEF = A C-API implementation for Ikarus, a tool for worldbuilding.
|
||||
PROJECT_NAME = LIBIKARUS
|
||||
RECURSIVE = YES
|
||||
SORT_BRIEF_DOCS = NO
|
||||
SORT_MEMBER_DOCS = NO
|
||||
EXTRACT_PRIVATE = NO
|
||||
Loading…
Add table
Add a link
Reference in a new issue