File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ PROJECT_NAME = Bitcoin
34
34
# This could be handy for archiving the generated documentation or
35
35
# if some version control system is used.
36
36
37
- PROJECT_NUMBER = 0.5 .0
37
+ PROJECT_NUMBER = 0.9 .0
38
38
39
39
# Using the PROJECT_BRIEF tag one can provide an optional one line description
40
40
# for a project that appears at the top of each page and should give viewer
Original file line number Diff line number Diff line change 13
13
#include < boost/algorithm/string/predicate.hpp>
14
14
#include < boost/filesystem.hpp>
15
15
16
+ /* Introduction text for doxygen: */
17
+
18
+ /* ! \mainpage Developer documentation
19
+ *
20
+ * \section intro_sec Introduction
21
+ *
22
+ * This is the developer documentation of the reference client for an experimental new digital currency called Bitcoin (http://www.bitcoin.org/),
23
+ * which enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate
24
+ * with no central authority: managing transactions and issuing money are carried out collectively by the network.
25
+ *
26
+ * The software is a community-driven open source project, released under the MIT license.
27
+ *
28
+ * \section Navigation
29
+ * Use the buttons <code>Namespaces</code>, <code>Classes</code> or <code>Files</code> at the top of the page to start navigating the code.
30
+ */
31
+
16
32
void DetectShutdownThread (boost::thread_group* threadGroup)
17
33
{
18
34
bool fShutdown = ShutdownRequested ();
You can’t perform that action at this time.
0 commit comments