[Doxygen-users] Problem generating dox for typedef void
Brought to you by:
dimitri
|
From: Geoff D. <gef...@di...> - 2001-08-20 05:59:31
|
Hi, Not sure if this is a bug/quirk, or something that I need to take care of= explicitly in the doxygen config setup. The source file I'm having problems with contains a bunch of typedefs lik= e the following; typedef void(APIENTRY* PFN_QGLALPHAFUNC) (GLenum func, GLclampf ref); the file igl.h can be viewed here via viewcvs at the following url: http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/~checkout~/GtkRadiant/= include/igl.h?rev=3DHEAD&content-type=3Dtext/plain Doxygen generates unexpected results from this file... eg: ... Compounds struct =A0_QERQglTable class =A0IGL2DWindow class =A0IGL3DWindow Functions typedef=A0void (APIENTRY *PFN_QGLALPHAFUNC)(GLenum func, GLclampf ref) typedef=A0void (APIENTRY *PFN_QGLCALLLISTS)(GLsizei n, GLenum type, con= st GLvoid *lists) typedef=A0GLuint (APIENTRY *PFN_QGLGENLISTS)(GLsizei range) typedef=A0void (WINAPI *PFN_QE_CHECKOPENGLFORERRORS)() Variables const GUID=A0QERQglTable_GUID ... We've only just started using doxygen to generate documentation for GtkRa= diant, so the doxygen docs are not available online as yet (although you can check out = the source & generate the docs with the included scripts .. see http://zerowing.idsoftware.com). Gef :] -- |