GNOME Bugzilla – Bug 603001
Erroneous warning: Found ';' while parsing initializer list!
Last modified: 2009-12-30 13:38:41 UTC
doxygen is emitting this warning: /home/braden/src/openvrml/src/libopenvrml/openvrml/script.cpp:377: Warning: Found ';' while parsing initializer list! (doxygen could be confused by a macro call without semicolon) ... for this friend declaration: friend int (::openvrml_get_script_factory)(const std::string & filename, void * data); Presumably the (necessary) full qualification is throwing doxygen off.
I think the braces around openvrml_get_script_factory are redundant since it is not a function pointer, without them it should have worked already. I'll improve the parser to deal with this case.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.6.2. Please verify if this is indeed the case and reopen the bug if you think it is not fixed (include any additional information that you think can be relevant).