4 Commits

Author SHA1 Message Date
Brendan
e65402ff46
Automate doxygen builds (#521)
- updated the doxyfile using doxygen -u
- include hidtest/test.c as a doc'd example
- use a brief doxygen/main_page.md file as the generated site's main page
- strip absolute paths from doxygen output (which now displays as relative paths to repo root)
- add CI to build the docs and save as a CI artifact and rewrite the contents of the gh-pages branch for deployment (for master builds)
- add some missing docstrings and excluded undocumented "helper macros" to satisfy warnings output in doxygen's build log
2023-04-05 12:41:14 +03:00
Luca Weiss
921ad33351 doxygen: disable markdown support
The intendation used in hidapi makes most of the comments get
interpreted as codeblocks which breaks most functions of Doxygen.
2019-06-17 11:32:48 +02:00
Luca Weiss
c04d88bc96 doxygen: upgrade Doxyfile 2019-06-17 11:32:48 +02:00
Ludovic Rousseau
cad91b1808 Doxygen documentation
Convert the comments to make them use the Doxygen format and add a
Doxygen configuration file

Signed-off-by: Alan Ott <alan@signal11.us>
2010-10-09 12:40:38 -04:00