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 中记录我的代码,发现有一个 doxygen 标签列表,其中两个是:1- ///<
2- ///
这些标签有什么区别?
我试图用谷歌搜索它,但谷歌在其搜索中忽略了这些标签!!
///<
当您想要在对象之后进行单行注释时使用此选项。
///
这用于对象之前的单行注释