You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue doxygen#11179 Using README.md as directory description.
Changes
- USE_MDFILE_AS_MAINPAGE now only uses the file pointed to
(instead of all files with the same name)
- README.md files in a sub directories (after applying STRIP_FROM_PATH)
are now treated as directory documentation, unless overruled
by an explicit @page or @mainpage command.
- Added new option IMPLICIT_DIR_DOCS. Enabled by default, set to NO to
switch back to old behavior where an explicit @dir is needed in README.md
to turn it into directory documentation.
- If a README.md is used for directory documentation it does not
appear as an empty related page as well.
- Allow <!--! to appear in the first line of the .md file when looking
for @page, @mainpage, or @dir commands.
0 commit comments