summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-11-24 13:31:31 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-11-24 13:31:31 (GMT)
commit8a20dd6c10c08424dd0ead6e58c2f34d2f90c509 (patch)
tree3693ac3b1de4db07a84862ede5789c3995bcd5fd /doc
parent92e67d8955dc6360759abfc6debf6aae78ac539f (diff)
downloadDoxygen-8a20dd6c10c08424dd0ead6e58c2f34d2f90c509.zip
Doxygen-8a20dd6c10c08424dd0ead6e58c2f34d2f90c509.tar.gz
Doxygen-8a20dd6c10c08424dd0ead6e58c2f34d2f90c509.tar.bz2
Exclude markdown mapped documentation files from Files list
Update of documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/docblocks.doc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/docblocks.doc b/doc/docblocks.doc
index 96a2621..ac81bec 100644
--- a/doc/docblocks.doc
+++ b/doc/docblocks.doc
@@ -431,7 +431,9 @@ using structural commands:
a case where the \\fn command is redundant and will only lead to problems.
When you place a comment block in a file with one of the following extensions
- `.dox`, `.txt`, or `.doc` then doxygen will hide this file from the file list.
+ `.dox`, `.txt`, `.doc`, `.md` or `.markdown` or when the extension maps to
+ `md` by means of the \ref cfg_extension_mapping "EXTENSION_MAPPING"
+ then doxygen will hide this file from the file list.
If you have a file that doxygen cannot parse but still would like to document it,
you can show it as-is using \ref cmdverbinclude "\\verbinclude", e.g.