We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29da275 commit 32bfd93Copy full SHA for 32bfd93
1 file changed
doc/Doxyfile.in
@@ -968,6 +968,14 @@ FILTER_SOURCE_PATTERNS =
968
969
USE_MDFILE_AS_MAINPAGE = @rootDir@/README.md
970
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
979
#---------------------------------------------------------------------------
980
# Configuration options related to source browsing
981
0 commit comments