Greetings,

A second small problem as I am wading through my doxygen build output:  I am
seeing a strange message that looks from the Doxygen source code like some
debugging messages that sneaked through into the release:

===> got a K&R style function
type=uLong ptr=  name=adler
type=    const Bytef ptr= * name=buf
type=    uInt ptr=  name=len
===> got a K&R style function
type=uLong ptr=  name=crc
type=    const Bytef ptr= * name=buf
type=    uInt ptr=  name=len
===> got a K&R style function
type=z_streamp ptr=  name=strm

There are a lot of these.

I cannot find the exact file or functions (that does not seem to be part of
the message sadly) that are causing this but I expect it is being caused by
some return value declspec macros that are confusing doxygen (and which I
will PREDEFINED away when I find them).   Although perhaps it is something
else since I am not getting the other more explicit "; found in initializer
list" message from doxygen also.

Any thoughts?

Best regards,

Tom





--
View this message in context: 
http://doxygen.10944.n7.nabble.com/got-a-K-R-style-function-tp6140.html
Sent from the Doxygen - Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to