Skip to content

Commit 004e0f2

Browse files
committed
added doxygen folders
1 parent cf88cb7 commit 004e0f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doxyfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,11 @@ MARKDOWN_ID_STYLE = DOXYGEN
388388

389389
AUTOLINK_SUPPORT = YES
390390

391+
EXTENSION_MAPPING = md=markdown
392+
MARKDOWN_SUPPORT = YES
393+
OUTPUT_DIRECTORY = docs/doxygen
394+
395+
391396
# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
392397
# to include (a tag file for) the STL sources as input, then you should set this
393398
# tag to YES in order to let doxygen match functions declarations and

0 commit comments

Comments
 (0)