summaryrefslogtreecommitdiff
path: root/scripts/doxy-coverage.py
Commit message (Collapse)AuthorAgeFilesLines
* [build] Check documentation coverage on CIAnder Conselvan de Oliveira2019-03-131-8/+17
| | | | | | Add a CI target that checks documentation coverage and reports back to github. While at it, change the output of doxy-coverage to a json file so it is easy to consume.
* [build] Ignore private symbols when calculating documentation coverageAnder Conselvan de Oliveira2019-03-131-1/+2
|
* [build] A build target to check for doxygen documentation coverageAnder Conselvan de Oliveira2019-03-131-0/+201
Add a cmake target that builds doxygen documentation and reports on coverage using doxy-coverage. Script was copied from: https://github.com/alobbs/doxy-coverage/commit/29a0bbf43bfecb6872cdca0e4a11733954d25196