0

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.

Serj
  • 51
  • 1
  • 6

1 Answers1

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.