Skip to content

Commit 1b17106

Browse files
committed
Fixed documentation generation for Doxygen 1.13.
1 parent 59ebd39 commit 1b17106

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

doc/Doxyfile.in

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ FULL_PATH_NAMES = YES
162162
# will be relative from the directory where doxygen is started.
163163
# This tag requires that the tag FULL_PATH_NAMES is set to YES.
164164

165-
STRIP_FROM_PATH = @sourceDirs@
165+
STRIP_FROM_PATH = @includeDirs@
166166

167167
# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
168168
# path mentioned in the documentation of a class, which tells the reader which
@@ -968,6 +968,14 @@ FILTER_SOURCE_PATTERNS =
968968

969969
USE_MDFILE_AS_MAINPAGE = @rootDir@/README.md
970970

971+
# If the IMPLICIT_DIR_DOCS tag is set to YES, any README.md file found in
972+
# sub-directories of the project's root, is used as the documentation for that
973+
# sub-directory, except when the README.md starts with a \dir, \page or
974+
# \mainpage command. If set to NO, the README.md file needs to start with an
975+
# explicit \dir command in order to be used as directory documentation.
976+
977+
IMPLICIT_DIR_DOCS = NO
978+
971979
#---------------------------------------------------------------------------
972980
# Configuration options related to source browsing
973981
#---------------------------------------------------------------------------

0 commit comments

Comments
 (0)