summaryrefslogtreecommitdiffstats
path: root/doxygen.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen.cfg.in')
-rw-r--r--doxygen.cfg.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/doxygen.cfg.in b/doxygen.cfg.in
index 8c77b8f..7aa54e8 100644
--- a/doxygen.cfg.in
+++ b/doxygen.cfg.in
@@ -521,7 +521,8 @@ WARN_LOGFILE =
521# directories like "/usr/src/myproject". Separate the files or directories 521# directories like "/usr/src/myproject". Separate the files or directories
522# with spaces. 522# with spaces.
523 523
524INPUT = include/plist/plist.h 524INPUT = include/plist/plist.h \
525 docs/README.doxygen.md
525 526
526# This tag can be used to specify the character encoding of the source files 527# This tag can be used to specify the character encoding of the source files
527# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is 528# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -625,6 +626,13 @@ FILTER_PATTERNS =
625 626
626FILTER_SOURCE_FILES = NO 627FILTER_SOURCE_FILES = NO
627 628
629# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
630# is part of the input, its contents will be placed on the main page
631# (index.html). This can be useful if you have a project on for instance GitHub
632# and want to reuse the introduction page also for the doxygen output.
633
634USE_MDFILE_AS_MAINPAGE = docs/README.doxygen.md
635
628#--------------------------------------------------------------------------- 636#---------------------------------------------------------------------------
629# configuration options related to source browsing 637# configuration options related to source browsing
630#--------------------------------------------------------------------------- 638#---------------------------------------------------------------------------