[Doxygen-users] Issue with __attribute__ of gcc
Brought to you by:
dimitri
From: Hariharan <ha...@gm...> - 2006-05-22 03:07:08
|
Hi All,=20 We are trying to document our code based on doxgen scheme, most = of our data strucutures follow strict alignment restriction and hence we = have used __attrubute__((aligned(16))) before structure names. This = confuses doxygen and it thinks that the structure name is actually = __attribute__, also we have structures and unions inside a strucuture = that are not perticularly named, how does doxygen take care of such = senarios? I saw a patch being submitted in dev list , tried that but it does = not seem to be of much help.=20 Any suggestions as to how we could get doxygen to make this work ? Thanks -Hariharan |