6. 想在doxygen中使用更多的自定义规则进行分析,必须使用exclude标志和 exclude_patterns标志。
7. 想忽略所有的 test路径下的文件,使用下面的形式:
exclude_patterns = */test/*
6. 想在doxygen中使用更多的自定义规则进行分析,必须使用exclude标志和 exclude_patterns标志。
7. 想忽略所有的 test路径下的文件,使用下面的形式:
exclude_patterns = */test/*