aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.java.in
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-05-18 06:00:17 +0200
committerSven Gothel <[email protected]>2020-05-18 06:00:17 +0200
commit82db617ba6d9d0be49c851320cffdb8b1d112b93 (patch)
tree181066ed0cfc053c8aaa5a3bdd0e4601f2f0706e /Doxyfile.java.in
parent20bed4dae489ec3c1821eaed2d7fad9dc6f8f715 (diff)
Fix general Doxygen Documentation
- Ensure C++ namespace gets properly documented -- Added tinyb namespace doc in BluetoothAdapter.hpp (first file) -- Added direct_bt namespace doc in ATTPDUTypes.hpp (first file) Showing hierarchy and hinting to details and coverage. - Fix CMakeList for doc target and some doxygen config finetuning
Diffstat (limited to 'Doxyfile.java.in')
-rw-r--r--Doxyfile.java.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doxyfile.java.in b/Doxyfile.java.in
index c5318598..2846ec4b 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 = "TinyB"
+PROJECT_NAME = "TinyB / 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 = @tinyb_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 = "TinyB-2 - The Tiny Bluetooth LE library"
+PROJECT_BRIEF = "TinyB - The Tiny Bluetooth LE library. 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
@@ -177,7 +177,7 @@ SHORT_NAMES = NO
# description.)
# The default value is: NO.
-JAVADOC_AUTOBRIEF = NO
+JAVADOC_AUTOBRIEF = YES
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
@@ -427,7 +427,7 @@ EXTRACT_PACKAGE = NO
# included in the documentation.
# The default value is: NO.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
@@ -841,7 +841,7 @@ EXAMPLE_PATTERNS = *.java
# irrespective of the value of the RECURSIVE tag.
# The default value is: NO.
-EXAMPLE_RECURSIVE = NO
+EXAMPLE_RECURSIVE = YES
# The IMAGE_PATH tag can be used to specify one or more files or directories
# that contain images that are to be included in the documentation (see the