Doxygen 排除 getter 和 setter

发布于 2024-12-04 11:04:16 字数 390 浏览 1 评论 0 原文

是否可以配置 Doxygen 以排除我的 getter 和 setter?我们广泛使用 beans,对于内部文档来说,实际上没有必要每次都让 getter 和 setter 可见。但是,我想保留

HIDE_UNDOC_MEMBERS     = NO

,因为很高兴看到仍然需要文档的内容。
我以为我可以用 EXCLUDE_SYMBOLS 来实现这一点,但到目前为止我还没有成功。这是我的尝试:

EXCLUDE_SYMBOLS        =  */*::get*

我还尝试了 *::get**/*::get* 等,但这些似乎都不起作用。任何帮助都是appriced!

is it possible to configure Doxygen to exclude my getter and setter? We're using beans Extensivly, and for the internal documentation there is really no need to have the getter and setter visible every time. However, i'd like to keep

HIDE_UNDOC_MEMBERS     = NO

as it's good to see what still needs documentation.
I thought that I could achive this with EXCLUDE_SYMBOLS, but till now I didn't succeed. Here's my try:

EXCLUDE_SYMBOLS        =  */*::get*

I also tried *::get*, */*::get* etc, but none of these seemed to work. Any help is appriciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

┈┾☆殇 2024-12-11 11:04:16

您可以查看 \cond 命令?

您将必须手动“标记”所有文件,但您将获得粒度:如果您在文档中创建某种所需的 getter 或 setter,则这是可能的。

You can have a look at the \cond command ?

You will have to manually "tag" all of your files, but you will gain in granularity : if you create some kind of getter or setter that you want in the documentation, it will be possible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文