English 中文(简体)
多个变量的相同注释
原标题:Same comment for multiple variables

我和这个人有同样的问题:

< a href=" "https://stackoverflow.com/ questions 5777982/doxygen-comment- 多重可变性- at- once" >doxygen 一次评论多个变量

我已经尝试过在线条上建议的解决方案了,就像业务方案一样,我无法使doxygen对多个变量有相同的评论。有人能帮忙吗?

谢谢 谢谢

问题回答

多种变量的组别在组别的章节中详细讨论。

//@{
/** Same documentation for both members. Details */
void func1InGroup1();
void func2InGroup1();
//@}

如果您在使用它时有困难, 您应该发布一些代码, 并告诉我们您尝试过什么, 您正在获取什么输出 。 否则您的问题很难回答 。

不要忘记在“ 专家” 标签中设置选项“ DistributUite_ GROUP_ DOC ” 。 该组所有成员都会收到相同的注释 。





相关问题
Is there a standard for documenting GET/POST parameters?

In a PHP project, even when front controller logic is used for the main application, there can be many stand-alone scripts, ajax snippets and so on. Is there a standardized way - either PHPDoc or ...

How to use eclox, the doxygen plugin for Eclipse

How do I get eclox working in Eclipse 3.5? I m using Ubuntu 9.04. I installed Doxygen from ubuntu repositories(version 1.5.8). Then I installed eclox on eclipse through the update site. Despite this,...

Doxyclean Error

I m trying to run doxyclean but can t get it to work, any help would be appreciated... I m running from terminal : ./doxyclean.py --input=./xml/ --output=./clean/ --name="MyProject" --phone -v I ...

Doxygen and Objective-C categories

Although the latest releases of Doxygen claim better handling of Objective-C categories, it still seems to choke on categories in my source code. I m wondering if someone has gotten it to document ...

Algorithm to parse a config file in php (Doxygen file)

I have a conf file like this: http://pastie.org/768582 and my goal is to get in an array the comments and the key/value of each keys. array( array( comment => "The PROJECT_NAME tag is a ...

热门标签