Skip to content

Commit f8d3a13

Browse files
committed
documentation: move readme to markdown and make it the doxygen mainpage
1 parent 5d5829e commit f8d3a13

3 files changed

Lines changed: 295 additions & 264 deletions

File tree

Doxyfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ WARN_LOGFILE =
655655
# directories like "/usr/src/myproject". Separate the files or directories
656656
# with spaces.
657657

658-
INPUT = .
658+
INPUT = .cpp .h README.md
659659

660660
# This tag can be used to specify the character encoding of the source files
661661
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -1790,3 +1790,5 @@ GENERATE_LEGEND = YES
17901790
# the various graphs.
17911791

17921792
DOT_CLEANUP = YES
1793+
1794+
USE_MDFILE_AS_MAINPAGE = README.md

README

Lines changed: 0 additions & 263 deletions
This file was deleted.

0 commit comments

Comments
 (0)