aboutsummaryrefslogtreecommitdiff
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorJon Layton <me@jonl.io>2019-09-18 18:54:20 -0400
committerJon Layton <me@jonl.io>2019-09-23 19:22:06 -0400
commitc15ac2c0aa45c59aee6d36c2d6d5210290dc601c (patch)
treef0fd042e440c5c307773f8a6aa06bd892660da7d /doc/Doxyfile.in
parent3ce829888861a6dc6a29da669584ada961d965fa (diff)
downloadbitcoin-c15ac2c0aa45c59aee6d36c2d6d5210290dc601c.tar.xz
doc: Move doxygen intro to file for USE_MDFILE_AS_MANPAGE
doc: Change header to notitle
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 399d54eb85..cd7ccf80ab 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -790,7 +790,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
-INPUT = src
+INPUT = src doc/README_doxygen.md
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -974,7 +974,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.
-USE_MDFILE_AS_MAINPAGE =
+USE_MDFILE_AS_MAINPAGE = doc/README_doxygen.md
#---------------------------------------------------------------------------
# Configuration options related to source browsing