diff options
| author | MarcoFalke <[email protected]> | 2016-11-17 14:41:18 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-11-17 14:37:34 +0100 |
| commit | fa63ee8e3eeef8379360c125eeb690a37f097da2 (patch) | |
| tree | a908d424dac0d1c77b3161f6d3b445436667a721 | |
| parent | Merge #9168: [qa] add assert_raises_message to check specific error message (diff) | |
| download | discoin-fa63ee8e3eeef8379360c125eeb690a37f097da2.tar.xz discoin-fa63ee8e3eeef8379360c125eeb690a37f097da2.zip | |
Doxygen: Set PROJECT_NAME = "Bitcoin Core"
| -rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index a0cbf7139..ef55acdbc 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = Bitcoin +PROJECT_NAME = "Bitcoin Core" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version |