Skip to content

Commit 8808435

Browse files
committed
Merge pull request #3272
0e165b9 doc: small doxygen update (Wladimir J. van der Laan)
2 parents af6e093 + 0e165b9 commit 8808435

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PROJECT_NAME = Bitcoin
3434
# This could be handy for archiving the generated documentation or
3535
# if some version control system is used.
3636

37-
PROJECT_NUMBER = 0.5.0
37+
PROJECT_NUMBER = 0.9.0
3838

3939
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4040
# for a project that appears at the top of each page and should give viewer

src/bitcoind.cpp

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@
1313
#include <boost/algorithm/string/predicate.hpp>
1414
#include <boost/filesystem.hpp>
1515

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+
1632
void DetectShutdownThread(boost::thread_group* threadGroup)
1733
{
1834
bool fShutdown = ShutdownRequested();

0 commit comments

Comments
 (0)