开发者

Doxygen related question. Commentings same stuff in different files

I'm using doxygen for commenting code. There is, for example, two files:

test1.cpp:

/**
* @namespace SomeNamespace
* @brief Describe it
*/
namespace SomeNamespace开发者_JAVA技巧
{
   ...
}

test2.cpp:

// Put comment about namespace again?
namespace SomeNamespace
{
   ...
}


When you comment same stuff in different files, comments get concatenated in Doxygen output. I experience it at least when commenting both function declaration and function body.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜