diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-11-17 15:28:48 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-11-17 15:29:02 +0100 |
| commit | aaca05c0dabdffc0da589f8cf3e7e7a6a771b35c (patch) | |
| tree | e7bfc4fab9044d555867fbc02134268a2742b718 /doc | |
| parent | Merge #8838: Calculate size and weight of block correctly in CreateNewBlock() (diff) | |
| parent | Doxygen: Set PROJECT_NAME = "Bitcoin Core" (diff) | |
| download | discoin-aaca05c0dabdffc0da589f8cf3e7e7a6a771b35c.tar.xz discoin-aaca05c0dabdffc0da589f8cf3e7e7a6a771b35c.zip | |
Merge #9178: Doxygen: Set PROJECT_NAME = "Bitcoin Core"
fa63ee8 Doxygen: Set PROJECT_NAME = "Bitcoin Core" (MarcoFalke)
Diffstat (limited to 'doc')
| -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 |