mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 07:23:53 +01:00
tools: Update doxygen.conf.
This commit is contained in:
parent
b191b153e3
commit
d7bd938610
1 changed files with 7 additions and 7 deletions
|
@ -4,9 +4,9 @@
|
|||
# Project related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = "Charybdis"
|
||||
PROJECT_NAME = "Construct"
|
||||
PROJECT_NUMBER = 5
|
||||
PROJECT_BRIEF = "Internet Relay Chat daemon"
|
||||
PROJECT_BRIEF = "Internet Relay Chat daemon: Matrix Construct"
|
||||
PROJECT_LOGO = modules/static/favicon.ico
|
||||
OUTPUT_DIRECTORY = doc/
|
||||
CREATE_SUBDIRS = YES
|
||||
|
@ -112,7 +112,7 @@ WARN_LOGFILE =
|
|||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = include ircd charybdis modules
|
||||
INPUT = include ircd construct modules
|
||||
INPUT_ENCODING = UTF-8
|
||||
FILE_PATTERNS = *.c \
|
||||
*.cc \
|
||||
|
@ -184,8 +184,8 @@ REFERENCES_LINK_SOURCE = YES
|
|||
SOURCE_TOOLTIPS = YES
|
||||
USE_HTAGS = NO
|
||||
VERBATIM_HEADERS = YES
|
||||
CLANG_ASSISTED_PARSING = NO
|
||||
CLANG_OPTIONS =
|
||||
CLANG_ASSISTED_PARSING = YES
|
||||
CLANG_OPTIONS = -std=gnu++17 -I../include/ircd -I../include -include ../include/ircd/ircd.h
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the alphabetical class index
|
||||
#---------------------------------------------------------------------------
|
||||
|
@ -351,8 +351,8 @@ GROUP_GRAPHS = YES
|
|||
UML_LOOK = NO
|
||||
UML_LIMIT_NUM_FIELDS = 10
|
||||
TEMPLATE_RELATIONS = YES
|
||||
INCLUDE_GRAPH = YES
|
||||
INCLUDED_BY_GRAPH = YES
|
||||
INCLUDE_GRAPH = NO
|
||||
INCLUDED_BY_GRAPH = NO
|
||||
CALL_GRAPH = NO
|
||||
CALLER_GRAPH = NO
|
||||
GRAPHICAL_HIERARCHY = YES
|
||||
|
|
Loading…
Reference in a new issue