Skip to content
Snippets Groups Projects
Commit 15b33139 authored by Administrator's avatar Administrator
Browse files

Update doxygen configuration. Exclude some directories which are either...

Update doxygen configuration. Exclude some directories which are either obsolete or doesn't belong to CbmRoot but where copies are needed in our source tree. Closes #226 @30min.

git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@7456 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
parent db36ebf6
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,6 @@ FILE_PATTERNS = *.c \
*.cxx \
*.cpp \
*.c++ \
*.d \
*.java \
*.ii \
*.ixx \
*.ipp \
......@@ -121,26 +119,19 @@ FILE_PATTERNS = *.c \
*.hxx \
*.hpp \
*.h++ \
*.idl \
*.odl \
*.cs \
*.php \
*.php3 \
*.inc \
*.m \
*.mm \
*.dox \
*.py \
*.f90 \
*.f \
*.for \
*.vhd \
*.vhdl \
*.C
RECURSIVE = YES
EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXCLUDE_PATTERNS = */htrack/* \
*/lhetrack/* \
*/roc/* \
*/trdcatrack/* \
*/vis/* \
*/vc/* \
*/vc_074/* \
*/.svn*
EXCLUDE_SYMBOLS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS = *
......@@ -155,10 +146,10 @@ FILTER_SOURCE_PATTERNS =
# configuration options related to source browsing
#---------------------------------------------------------------------------
SOURCE_BROWSER = YES
INLINE_SOURCES = YES
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = NO
REFERENCES_RELATION = NO
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = YES
REFERENCES_LINK_SOURCE = YES
USE_HTAGS = NO
VERBATIM_HEADERS = YES
......@@ -167,8 +158,8 @@ VERBATIM_HEADERS = YES
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 5
IGNORE_PREFIX =
COLS_IN_ALPHA_INDEX = 3
IGNORE_PREFIX = Cbm
#---------------------------------------------------------------------------
# configuration options related to the HTML output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment