Doxygen抱怨排除文件中的实体没有记录

时间:2016-10-10 13:47:27

标签: c++ doxygen

Doxygen 1.8.11发出以下警告:

/home/meir/Dropbox/CurrentWork/Development/SearchLib/core/util/reflection/struct_2_stream.h:9: warning: Compound slb::core::util::print_visitor is not documented.

但是,配置文件位于/home/meir/Dropbox/CurrentWork/Development/SearchLib/并且具有以下行:

EXCLUDE                = temp/ projects/ core/util/outside/ core/util/graphics/colors/ core/util/reflection/ symbols.cpp

具体而言,core/util/reflection/被排除在外。那么,Doxygen为什么要坚持core/util/reflection/struct_2_stream.h中的实体被记录?

0 个答案:

没有答案