|
我快被这个东西逼疯了。。。我搜索过很多网页、教程。
要么生成的只是壳,啥都没有;
要么生成的比较乱,还缺少很多.h和.cpp;
要么Doxygen就报下面这个错误
error: When enabling GENERATE_HTMLHELP the search engine (SEARCHENGINE) should be disabled. I'll do it for you.
input buffer overflow, can't enlarge buffer because scanner uses REJECT
好像是文件太大导致缓冲区溢出的原因。于是我试着在Doxygen的input标签里的exclude_patterns,不停的添加诸如*.dll,*.obj,*.ilk,*.exp等Doxygen在报错的上一行,正在扫描的文件的后缀名。这是有效的,因为Doxygen真的忽略掉它们继续扫描。
但是,一个多小时后,总会这样
F:/OSG/OpenSceneGraph/src/osgText/Style.cpp:106: warning: no uniquely matching class member found for
void Bevel::print(std:stream &)
F:/OSG/OpenSceneGraph/src/osgText/Style.cpp:122: warning: documented symbol `Style::Style' was not declared or defined.
F:/OSG/OpenSceneGraph/src/osgText/Style.cpp:130: warning: documented symbol `Style::Style' was not declared or defined.
F:/OSG/OpenSceneGraph/src/osgText/Style.cpp:141: warning: documented symbol `osg::ref_ptr
*** Doxygen has finished
每次一到osg::ref_ptr后,Doxygen就完成了,但打开后很乱,缺的东西太多,还没有搜索功能
搞了三个晚上,搜的资料也蛮多,但总是上述三个结果。
在此想问问各位前辈,到底应该怎么生成osg3.4的文档,才能像网站上那么完备??
或者手头有类似的osg文档,劳烦发我一份,邮箱526165526@qq.com。多谢了,因为工作的地方不能上网,所以急需! |
|