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.
我有一个 c++ 项目,其中有 2 个 .hpp 文件和它们的 .cpp 文件,我评论了所有这些文件,但是当我运行 Doxygen 时,我只得到 .hpp 文件?知道如何获得我的源文件吗?至少有可能吗?
在 DoxyWizard 中,转到Expert->Input然后向下滚动到FILE_PATTERNS. 确保.cpp列出了扩展名。如果没有,请将其插入列表中。
Expert->Input
FILE_PATTERNS
.cpp
您是否尝试生成 doxygen 配置文件,然后查看是否要修改任何内容?
doxygen -g "config_file_name"
然后按如下方式运行 doxygen:
doxygen "config_file_name"