aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.java.in
Commit message (Collapse)AuthorAgeFilesLines
* Doxyfile.java.in: SORT_GROUP_NAMES=YESSven Gothel2022-06-031-1/+1
|
* Doxygen: Strip project directory from path while maintaing FULL_PATH_NAMES ↵Sven Gothel2022-05-021-1/+1
| | | | for directory structure on file list
* Adopt jaulib detailed git version info: Using VERSION_COMMITS and ↵Sven Gothel2022-02-071-1/+1
| | | | VERSION_SHA1_SHORT. VERSION_LONG reflects post-tag and dirty.
* Doxygen: Add 'trial' source path, disable CALL_GRAPH (CALLER_GRAPH is ↵Sven Gothel2022-02-071-3/+7
| | | | enough), add \example TestDBTClientServer*.java
* Doxygen: Sort: Member Yes -> No, Brief No -> yes, Ctors No -> YesSven Gothel2021-09-161-3/+3
|
* Bump README; Drop TinyB from title, as it no more covers the new Direct-BT ↵Sven Gothel2021-02-111-2/+2
| | | | API (completely)
* Doxygen*.in: Add unit test path; Add INCLUDE_PATH (C++)Sven Gothel2021-02-051-2/+4
|
* Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; ↵Sven Gothel2021-01-251-2/+2
| | | | Upcoming API Cleanup (Drop TinyB only entries)
* Use jau/packed_attribute.hpp; MgmtTypes.hpp: Encapsulate Cmd and Event data ↵Sven Gothel2020-11-101-1/+2
| | | | MgmtLinkKey, MgmtLongTermKey, MgmtIdentityResolvingKey and MgmtConnParam
* Doxygen: Fix macro '__attribute__((x))' handlingSven Gothel2020-11-041-3/+3
|
* Doxygen: Expose full C++ UML collaboration by extracting protected and ↵Sven Gothel2020-09-211-2/+2
| | | | private and support STL
* Fixing Example crossreference and Menu itemSven Gothel2020-09-031-8/+2
| | | | The \example tag referring to the example code file must be added to the actual API (header) files.
* Doxygen: Adding source browser (w/o body comments in API doc), had to ↵Sven Gothel2020-09-031-6/+13
| | | | | | include examples to INPUT (TBD) Failed to get the EXAMPLES section produces still, hence added examples to INPUT.
* README: More detailed Direct-BT description (event driven, build ↵Sven Gothel2020-09-031-1/+1
| | | | | | depenencies, build, ..); Add \example tag in examples. For unknown reason, examples are not visible in result.
* Doxygen Doc: Enable full featured UML SVG graphs, incl CALL and CALLERSven Gothel2020-09-011-7/+7
|
* API Doc: Extract all elements, even undocumented ones, otherwise API doc is ↵Sven Gothel2020-05-181-1/+1
| | | | incomplete.
* Fix general Doxygen DocumentationSven Gothel2020-05-181-5/+5
| | | | | | | | | | | - 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
* Update DocumentationSven Gothel2020-02-091-1/+1
|
* docs: modify color for Java documentationPetre Eftime2016-02-021-3/+3
| | | | Signed-off-by: Petre Eftime <[email protected]>
* Use correct paths in Doxyfiles and add README.md as main pagePetre Eftime2016-01-151-5/+6
| | | | Signed-off-by: Petre Eftime <[email protected]>
* Build documentation with make docPetre Eftime2016-01-131-0/+2362
Signed-off-by: Petre Eftime <[email protected]>