summaryrefslogtreecommitdiff
path: root/doc
Unidiff
Diffstat (limited to 'doc') (more/less context) (show whitespace changes)
-rw-r--r--doc/Doxyfile_pim21
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Doxyfile_pim2 b/doc/Doxyfile_pim2
index d612c2f..9410338 100644
--- a/doc/Doxyfile_pim2
+++ b/doc/Doxyfile_pim2
@@ -55,49 +55,48 @@ SORT_MEMBER_DOCS = NO
55SORT_BRIEF_DOCS = NO 55SORT_BRIEF_DOCS = NO
56SORT_BY_SCOPE_NAME = NO 56SORT_BY_SCOPE_NAME = NO
57GENERATE_TODOLIST = YES 57GENERATE_TODOLIST = YES
58GENERATE_TESTLIST = YES 58GENERATE_TESTLIST = YES
59GENERATE_BUGLIST = YES 59GENERATE_BUGLIST = YES
60GENERATE_DEPRECATEDLIST= YES 60GENERATE_DEPRECATEDLIST= YES
61ENABLED_SECTIONS = 61ENABLED_SECTIONS =
62MAX_INITIALIZER_LINES = 30 62MAX_INITIALIZER_LINES = 30
63SHOW_USED_FILES = YES 63SHOW_USED_FILES = YES
64#--------------------------------------------------------------------------- 64#---------------------------------------------------------------------------
65# configuration options related to warning and progress messages 65# configuration options related to warning and progress messages
66#--------------------------------------------------------------------------- 66#---------------------------------------------------------------------------
67QUIET = YES 67QUIET = YES
68WARNINGS = YES 68WARNINGS = YES
69WARN_IF_UNDOCUMENTED = NO 69WARN_IF_UNDOCUMENTED = NO
70WARN_IF_DOC_ERROR = YES 70WARN_IF_DOC_ERROR = YES
71WARN_FORMAT = "$file:$line: $text" 71WARN_FORMAT = "$file:$line: $text"
72WARN_LOGFILE = Dox-Warning 72WARN_LOGFILE = Dox-Warning
73#--------------------------------------------------------------------------- 73#---------------------------------------------------------------------------
74# configuration options related to the input files 74# configuration options related to the input files
75#--------------------------------------------------------------------------- 75#---------------------------------------------------------------------------
76INPUT = . \ 76INPUT = . \
77 ui \ 77 ui \
78 core \ 78 core \
79 core/backends \
80 backend 79 backend
81FILE_PATTERNS = *.h \ 80FILE_PATTERNS = *.h \
82 *.cpp \ 81 *.cpp \
83 *.cc \ 82 *.cc \
84 *.hpp 83 *.hpp
85RECURSIVE = NO 84RECURSIVE = NO
86EXCLUDE = 85EXCLUDE =
87EXCLUDE_SYMLINKS = NO 86EXCLUDE_SYMLINKS = NO
88EXCLUDE_PATTERNS = *.moc.* \ 87EXCLUDE_PATTERNS = *.moc.* \
89 moc* \ 88 moc* \
90 *.all_cpp.* \ 89 *.all_cpp.* \
91 *unload.* \ 90 *unload.* \
92 */test/* \ 91 */test/* \
93 */tests/* 92 */tests/*
94EXAMPLE_PATH = 93EXAMPLE_PATH =
95EXAMPLE_PATTERNS = 94EXAMPLE_PATTERNS =
96EXAMPLE_RECURSIVE = NO 95EXAMPLE_RECURSIVE = NO
97IMAGE_PATH = ../../apidocs/api 96IMAGE_PATH = ../../apidocs/api
98INPUT_FILTER = 97INPUT_FILTER =
99FILTER_PATTERNS = 98FILTER_PATTERNS =
100FILTER_SOURCE_FILES = NO 99FILTER_SOURCE_FILES = NO
101#--------------------------------------------------------------------------- 100#---------------------------------------------------------------------------
102# configuration options related to source browsing 101# configuration options related to source browsing
103#--------------------------------------------------------------------------- 102#---------------------------------------------------------------------------