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.
有没有人尝试在 Lazy C++ 源文件中嵌入 Doxygen 注释?任何问题?生成头文件/源文件后,Doxygen 注释去哪里了?
我继续下载 Lazy C++ 来试用它,它似乎与 Doxygen 不兼容。我的 Doxygen 注释根本没有出现在生成的头文件/源文件中。
然后我尝试让 Doxygen 解析我的 lzz 文件,该文件有一个特殊的#hdr预处理器命令。Doxygen 只是忽略了那个特殊的预处理器命令,生成的文档看起来很好。
#hdr
所以这个故事的寓意是简单地让 Doxygen 解析 *.lzz 文件而不是生成的 *.h / *.cpp 文件。:-)