RE: [Doxygen-users] doxygen fails to document class A struct B, w orkaround?
Brought to you by:
dimitri
|
From: Wagner, V. <VW...@se...> - 2001-07-17 12:58:52
|
yeah, run a "splat" to change all the occurrences of your struct A to something like struct struct_A. -----Original Message----- From: Greger Haga [mailto:gre...@ya...] Sent: Tuesday, 2001 July 17 02:28 To: dox...@li... Subject: [Doxygen-users] doxygen fails to document class A struct B, workaround? Hi! Have a problem: one class and one struct are declared with the same name: class A and struct A. It is indeed illegal to have two types of the same name to compile I know, nevertheless both have to be documented. Doxygen treats both as the same!The resulting docs mix members of both the struct and the class into the class's documentation. The struct is not documented at all. Does anyone know of a workaround to fool doxygen to treat them as diffferent entities? Greger _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Doxygen-users mailing list Dox...@li... http://lists.sourceforge.net/lists/listinfo/doxygen-users This transmission may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you |