mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 21:18:32 -05:00
16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
# Doxyfile 1.5.6
|
|
# Project related configuration options
|
|
DOXYFILE_ENCODING = UTF-8
|
|
PROJECT_NAME = "TUIO2 C++ Developer API"
|
|
# Build related configuration options
|
|
EXTRACT_ALL = NO
|
|
EXTRACT_PRIVATE = NO
|
|
EXTRACT_STATIC = NO
|
|
EXTRACT_LOCAL_CLASSES = YES
|
|
# configuration options related to the HTML output
|
|
GENERATE_HTML = YES
|
|
HTML_OUTPUT = ../doc
|
|
HTML_FILE_EXTENSION = .html
|
|
GENERATE_TREEVIEW = YES
|
|
GENERATE_LATEX = NO
|