aboutsummaryrefslogtreecommitdiffstats
path: root/Doxyfile.cpp.in
Commit message (Collapse)AuthorAgeFilesLines
* 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]>