如何使氧气更快地运行? [英] How to get doxygen to run faster?

查看:63
本文介绍了如何使氧气更快地运行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Doxygen有点慢-处理我的整个项目大约需要几分钟,因此对于小的增量更改,这比实际构建其余代码的时间更长。有成千上万个没有任何文档的文件,所以我想它正在花费大部分时间来处理它们。有没有办法让它跳过没有任何文档的文件?

Doxygen is a bit slow - it takes about a couple of minutes to process my whole project, so for small incremental changes this is longer than actually building the rest of my code. There are thousands of files without any documentation so I guess it is spending most of its time processing them. Is there any way to get it to skip files without any documentation?

让它仅处理更改的文件怎么办?

What about getting it to only process changed files?

推荐答案

从Doxygen文档中获取:

From Doxygen documentation:


如何排除所有测试目录
从我的目录树中来?

How can I exclude all test directories from my directory tree?

只需在配置文件中放置一个像
这样的排除模式:

Simply put an exclude pattern like this in the configuration file:

EXCLUDE_PATTERNS = / test /

EXCLUDE_PATTERNS = /test/

因此,您应该使用模式来排除文件。自从我使用Doxygen已有很长时间了,但是我不记得有任何方法只能处理更改过的文件。

So, you should be using patterns to exclude files. It's been a long time since I've used Doxygen, but i don't remember any option to process only changed files.

这篇关于如何使氧气更快地运行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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