Skip to content

Commit

Permalink
Do not show full path names of files. Only show Doxygen class lists. …
Browse files Browse the repository at this point in the history
…The rest is not that useful
  • Loading branch information
orenmnero committed Mar 7, 2014
1 parent c771e2f commit 55fda92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 447 deletions.
5 changes: 3 additions & 2 deletions doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ INLINE_INHERITED_MEMB = NO
# path before files name in the file list and in the header files. If set
# to NO the shortest path that makes the file name unique will be used.

FULL_PATH_NAMES = YES
FULL_PATH_NAMES = NO

# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
# can be used to strip a user-defined part of the path. Stripping is
Expand Down Expand Up @@ -378,7 +378,7 @@ SHOW_USED_FILES = YES
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
# in the documentation.

SHOW_DIRECTORIES = YES
SHOW_DIRECTORIES = NO

# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from the
Expand Down Expand Up @@ -489,6 +489,7 @@ EXCLUDE_PATTERNS = ConfigLexer.cpp \
FlexLexer.h \
FIX*.* \
stdafx.h \
stdafx.cpp \
config.h \
strptime.h

Expand Down
Loading

0 comments on commit 55fda92

Please sign in to comment.