Is there anyway of using clang-tidy or cppcheck or any other tool to check for missing documentation including file header comment to class members. I am assuming doxygen.
Asked
Active
Viewed 271 times
0
-
3assuming doxygen? afaik doxygen can warn you about missing documentation – 463035818_is_not_an_ai Feb 14 '19 at 11:15
1 Answers
1
Look into doxygen output log. It has all missing documentation warnings in it. All you need to have as far as I know is a file header in doxygen as it will skip completely non documented files.

Pawel Brzezinski
- 56
- 5