summaryrefslogtreecommitdiffstats
path: root/Doxyfile.cpp.in
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen.cpp: Fix using jaulib instead of old jaucpp; Add jaulib/test to ↵Sven Gothel2021-01-051-4/+6
| | | | input and example path, exposing the unit tests in API doc
* 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
|
* Doxyfile.cpp.in: Add jaucpp details and also java/jniSven Gothel2020-10-161-1/+5
|
* Doxygen: C++ package and private extraction creates too verbose ↵v2.1.26Sven Gothel2020-09-211-2/+2
| | | | | | | | documentation, leave it out for now. We may add a developer api doc later on. Also mention HCIHandler correctly in DBTAdapter and DBTDevice, where it is being used.
* Doxygen: Expose full C++ UML collaboration by extracting protected and ↵Sven Gothel2020-09-211-5/+5
| | | | private and support STL
* Fixing Example crossreference and Menu itemSven Gothel2020-09-031-9/+3
| | | | 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-8/+14
| | | | | | 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-6/+6
|
* 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-7/+9
| | | | | | | | | | | - 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
* docs: modify color for Java documentationPetre Eftime2016-02-021-1/+1
| | | | 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]>