diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-11-17 15:28:48 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-11-17 15:29:02 +0100 |
commit | aaca05c0dabdffc0da589f8cf3e7e7a6a771b35c (patch) | |
tree | e7bfc4fab9044d555867fbc02134268a2742b718 | |
parent | f6db48ad1c8ffe5230488a2a6cab5b62ab0a1207 (diff) | |
parent | fa63ee8e3eeef8379360c125eeb690a37f097da2 (diff) |
Merge #9178: Doxygen: Set PROJECT_NAME = "Bitcoin Core"
fa63ee8 Doxygen: Set PROJECT_NAME = "Bitcoin Core" (MarcoFalke)
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index a0cbf7139a..ef55acdbc3 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 |