[Doxygen-users] Struct members displaying inconveniently
Brought to you by:
dimitri
From: Moritz V. <ma...@mo...> - 2002-03-07 10:32:18
|
A revamping of a former question of mine: I have structs that contain function pointers, to serve as interfaces. = Doxygen documents them as... const gchar*(* IResources::EntryName)(SLR_DIRECTORY directory, guint = index) =20 ...for example. I'd like to have them shown as... const gchar* EntryName (SLR_DIRECTORY directory, guint index) =20 ...or... const gchar* IResources::EntryName (SLR_DIRECTORY directory, guint = index) =20 ...instead. Is this possible? If so, how?=20 -- Regards, Moritz Voss=20 |