diff options
Diffstat (limited to 'Doxyfile.java.in')
-rw-r--r-- | Doxyfile.java.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.java.in b/Doxyfile.java.in index cdd2a774..dfc7d83d 100644 --- a/Doxyfile.java.in +++ b/Doxyfile.java.in @@ -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 = "Direct-BT / TinyB" +PROJECT_NAME = "Direct-BT" # 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 @@ -44,7 +44,7 @@ PROJECT_NUMBER = @direct_bt_VERSION_STRING@ # for a project that appears at the top of each page and should give viewer a # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Direct-BT - Direct Bluetooth Programming; TinyB - The Tiny Bluetooth LE library." +PROJECT_BRIEF = "Direct-BT - Direct Bluetooth Programming." # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 |