File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
969969USE_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#---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments