summaryrefslogtreecommitdiff
path: root/docs/Doxyfile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-03 16:03:24 -0400
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-03 16:03:24 -0400
commit73860cdc8625b4f8443cb8531019d6f57f8b59ce (patch)
tree03cfa8d4c0407dddfcd9ff7f046cb0912a9b7927 /docs/Doxyfile
parent659477920e8fdbfee6e2776254d8f0463e7723fb (diff)
downloadlibnslog-73860cdc8625b4f8443cb8531019d6f57f8b59ce.tar.gz
libnslog-73860cdc8625b4f8443cb8531019d6f57f8b59ce.tar.bz2
Add a main document for libnslog
Diffstat (limited to 'docs/Doxyfile')
-rw-r--r--docs/Doxyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 29be490..870b8ad 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -655,7 +655,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = include
+INPUT = include docs
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -773,6 +773,8 @@ FILTER_SOURCE_FILES = NO
FILTER_SOURCE_PATTERNS =
+USE_MDFILE_AS_MAINPAGE = mainpage.md
+
#---------------------------------------------------------------------------
# configuration options related to source browsing
#---------------------------------------------------------------------------