Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Check documentation coverage on CI | Ander Conselvan de Oliveira | 2019-03-13 | 1 | -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 coverage | Ander Conselvan de Oliveira | 2019-03-13 | 1 | -1/+2 |
| | |||||
* | [build] A build target to check for doxygen documentation coverage | Ander Conselvan de Oliveira | 2019-03-13 | 1 | -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 |