Skip to content

Commit 32bfd93

Browse files
committed
Fixed documentation generation for Doxygin 1.13.
1 parent 29da275 commit 32bfd93

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/Doxyfile.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)