如何排除私有标头不显示在源浏览器中? [英] How to exclude private headers from showing up in source browser?

查看:58
本文介绍了如何排除私有标头不显示在源浏览器中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已设置 SOURCE_BROWSER = NO VERBATIM_HEADERS = YES ,因为我希望客户能够看到标题文件。但是,我只想允许他们看到某些标题。

I have set SOURCE_BROWSER = NO and VERBATIM_HEADERS = YES because I want clients to be able to see the header files. However, I only want to allow them to see certain headers. How is the best way to do this.

在此先感谢您的帮助!

EDIT :这似乎有用,但是我对其他更好的方法也很感兴趣。

EDIT: This appears to work, but I would be interested in any other better ways.

EXCLUDE_PATTERNS       = */.svn/* *debug* *impl* *boost*


推荐答案

如果 \internal 标记不起作用,则可以尝试 \cond ... \endcond 标记,用于标记要从Doxygen隐藏的部分代码。

If \internal tag does not work, you can try \cond ... \endcond tags for marking a portion of code to be hidden from Doxygen.

这篇关于如何排除私有标头不显示在源浏览器中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆