File tree 3 files changed +17
-20
lines changed
3 files changed +17
-20
lines changed Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ WARN_LOGFILE =
790
790
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
791
791
# Note: If this tag is empty the current directory is searched.
792
792
793
- INPUT = src
793
+ INPUT = src doc/README_doxygen.md
794
794
795
795
# This tag can be used to specify the character encoding of the source files
796
796
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
@@ -974,7 +974,7 @@ FILTER_SOURCE_PATTERNS =
974
974
# (index.html). This can be useful if you have a project on for instance GitHub
975
975
# and want to reuse the introduction page also for the doxygen output.
976
976
977
- USE_MDFILE_AS_MAINPAGE =
977
+ USE_MDFILE_AS_MAINPAGE = doc/README_doxygen.md
978
978
979
979
#---------------------------------------------------------------------------
980
980
# Configuration options related to source browsing
Original file line number Diff line number Diff line change
1
+ \mainpage notitle
2
+
3
+ \section intro_sec Introduction
4
+
5
+ This is the developer documentation of the reference client for an experimental new digital currency called Bitcoin,
6
+ which enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate
7
+ with no central authority: managing transactions and issuing money are carried out collectively by the network.
8
+
9
+ The software is a community-driven open source project, released under the MIT license.
10
+
11
+ See https://github.com/bitcoin/bitcoin and https://bitcoincore.org/ for further information about the project.
12
+
13
+ \section Navigation
14
+ Use the buttons <code >Namespaces</code >, <code >Classes</code > or <code >Files</code > at the top of the page to start navigating the code.
15
+
Original file line number Diff line number Diff line change 25
25
26
26
const std::function<std::string(const char *)> G_TRANSLATION_FUN = nullptr ;
27
27
28
- /* Introduction text for doxygen: */
29
-
30
- /* ! \mainpage Developer documentation
31
- *
32
- * \section intro_sec Introduction
33
- *
34
- * This is the developer documentation of the reference client for an experimental new digital currency called Bitcoin,
35
- * which enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate
36
- * with no central authority: managing transactions and issuing money are carried out collectively by the network.
37
- *
38
- * The software is a community-driven open source project, released under the MIT license.
39
- *
40
- * See https://github.com/bitcoin/bitcoin and https://bitcoincore.org/ for further information about the project.
41
- *
42
- * \section Navigation
43
- * Use the buttons <code>Namespaces</code>, <code>Classes</code> or <code>Files</code> at the top of the page to start navigating the code.
44
- */
45
-
46
28
static void WaitForShutdown ()
47
29
{
48
30
while (!ShutdownRequested ())
You can’t perform that action at this time.
0 commit comments