Re: [Doxygen-develop] [PATCH] handling gcc attributes
Brought to you by:
dimitri
From: Kevin M. <ke...@pl...> - 2006-01-14 17:01:41
|
Hello, It's a good thing that you are submitting patches to the developer list, and we appreciate you submitting your patches. However, we prefer all bugs to be filed within the bugzilla, even if you have the patches to fix the bugs. Doing so makes it easier for us to add fixed bugs to the ChangeLogs. :) Thank you, - KJM de...@vt... wrote: > The following patch allows doxygen to process C code which contains > GCC attributes. > http://gcc.gnu.org/onlinedocs/gcc-4.0.2/gcc/Attribute-Syntax.html#Attribute-Syntax > > Symptom: Doxygen gets confused when trying to process C code that > contains attributes, it usually throws off the parser causing > everything from the start of the first attribute to the end of the > file to be mis-processed. > > Cause: The scanner doesn't know to look for attributes. > |