忽略Doxygen项目文件夹中的文件 [英] Ignoring files in project folder for Doxygen

查看:412
本文介绍了忽略Doxygen项目文件夹中的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何用Doxygen像Git的 .git / info / exclude 一样忽略文件?

How can you ignore files by Doxygen similarly as by Git's .git/info/exclude?

Doxygen根据我不想使用的第三方代码(例如Email -component和我的Git -repo)为我生成文档。
我需要将文件保留在原处。

Doxygen generates docs for me based on 3rd party codes such Email -component and of my Git -repo, which I do not want. I need to keep the files where they are.

推荐答案

您可以在配置文件中使用EXCLUDE_PATTERNS标记:

You can use the EXCLUDE_PATTERNS tag in the configuration file:

EXCLUDE_PATTERNS = */test/*

来自此处

这篇关于忽略Doxygen项目文件夹中的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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