[Doxygen-users] doxygen fails to document class A struct B, workaround?
Brought to you by:
dimitri
From: Greger H. <gre...@ya...> - 2001-07-17 09:03:36
|
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 |