[Fwd: Re: [xsd-users] Using Doxygen on the generated code]

Kroizman Guy kroiz at hyperroll.com
Thu Aug 30 00:08:15 EDT 2007


Great, Thanks to you focus now it works.
Those warnings was because these function had dllexport option on them,
left by mistake from the days it was compiled as a dll.
Once I removed from the custom build:
--export-symbol __declspec(dllexport) 
everything went smoothly.

On Wed, 2007-08-29 at 15:50 +0200, Boris Kolpackov wrote:
> Hi Guy,
> 
> Kroizman Guy <kroiz at hyperroll.com> writes:
> 
> > C:/hdx/HyperRoll-Application.hxx:1122: Warning: Found ';' while parsing
> > initializer list! (doxygen could be confused by a macro call without
> > semicolon)
> 
> Hm, never seen anything like this. Are you using the latest Doxygen
> release? If so, can you show the code around 1122?
> 
> 
> > C:/hdx/hdx.h:76: Warning: Member ColumnTypes (enumeration) of class
> > hdxns::Hdx is not documented.
> >
> > C:/hdx/HyperRoll-Application.hxx:79: Warning: Member simple_type
> > (typedef) of namespace xml_schema is not documented.
> 
> These are harmless.
> 
> 
> Boris




More information about the xsd-users mailing list