Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何使用 clang-tidy 或 cppcheck 或任何其他工具来检查缺少的文档,包括对类成员的文件头注释。我假设doxygen。
查看 doxygen 输出日志。它包含所有缺少的文档警告。据我所知,您需要的只是 doxygen 中的文件头,因为它将完全跳过未记录的文件。