mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
610f1e41d8
dbdc758c27cfdda9d255742b6c6ff4d1b7be82df doc: Improve doxygen readme navigation section (Jon Layton) c15ac2c0aa45c59aee6d36c2d6d5210290dc601c doc: Move doxygen intro to file for USE_MDFILE_AS_MANPAGE (Jon Layton) Pull request description: With `USE_MDFILE_AS_MAINPAGE`, this moves the introductory Doxygen comment to its own file. This makes `bitcoind.cpp` cleaner. It also removes the `\mainpage` header text, which was smaller than the section titles, and improves the Navigation section. ACKs for top commit: promag: ACK dbdc758c27cfdda9d255742b6c6ff4d1b7be82df. Tree-SHA512: 9352baad655877437913b74dc8888a71d1cccf55a837657ee2630fde3f427d0f0339155b7ab3d9e63a9edb9d53512d747eafcb11987a7c26c47a6df2eca93351
16 lines
858 B
Markdown
16 lines
858 B
Markdown
\mainpage notitle
|
|
|
|
\section intro_sec Introduction
|
|
|
|
This is the developer documentation of the reference client for an experimental new digital currency called Dash,
|
|
which enables instant payments to anyone, anywhere in the world. Dash uses peer-to-peer technology to operate
|
|
with no central authority: managing transactions and issuing money are carried out collectively by the network.
|
|
|
|
The software is a community-driven open source project, released under the MIT license.
|
|
|
|
See https://github.com/dashpay/dash and https://dash.org/ for further information about the project.
|
|
|
|
\section Navigation
|
|
Use <a href="modules.html"><code>Modules</code></a>, <a href="namespaces.html"><code>Namespaces</code></a>, <a href="classes.html"><code>Classes</code></a>, or <a href="files.html"><code>Files</code></a> at the top of the page to start navigating the code.
|
|
|