Added top level groups
This commit is contained in:
parent
2c061402f5
commit
9fef693c00
|
@ -62,9 +62,11 @@ WARN_LOGFILE =
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to the input files
|
# configuration options related to the input files
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = C:/Documenti/sf/vcg/
|
INPUT = C:/Documenti/sf/vcg/ \
|
||||||
|
C:/Documenti/sf/docs/Doxygen/
|
||||||
FILE_PATTERNS = *.cpp \
|
FILE_PATTERNS = *.cpp \
|
||||||
*.h
|
*.h \
|
||||||
|
*.dxy
|
||||||
RECURSIVE = YES
|
RECURSIVE = YES
|
||||||
EXCLUDE =
|
EXCLUDE =
|
||||||
EXCLUDE_SYMLINKS = NO
|
EXCLUDE_SYMLINKS = NO
|
||||||
|
|
Loading…
Reference in New Issue