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.
当我使用 Doxygen 生成文档时,我得到了几个代表系统名称空间的空包,如“Linq”等。问题是如何摆脱它们?
我遇到了同样的问题并找到了一种解决方案。在 \cond 和 \endcond 标记之间放置 using ... 行会将它们隐藏在帮助文件输出中。 我对此不太高兴,更改 doxy 文件中的某些内容会更容易。也许还有另一个更好的解决方案? 这个问题是新的 doxygen 版本 v1.8.1.1 的新问题
我已经通过在 Doxyfile 中添加它来删除它们
EXCLUDE_SYMBOLS = System