Re: [Doxygen-develop] [PATCH] handling gcc attributes
Brought to you by:
dimitri
From: <de...@vt...> - 2006-01-15 03:07:29
|
On Saturday 14 January 2006 20:55, Dave Dodge wrote: > On Sat, Jan 14, 2006 at 08:14:12AM -0500, de...@vt... wrote: > > The following patch allows doxygen to process C code which contains > > GCC attributes. > > Just FYI, a workaround for this is to make attributes conditionally > disappear in the preprocessor. I usually do that anyway since I want > to avoid tying code to gcc: Thanks for the tip, Dave. I much prefer this solution over hacking in support for arbitrary compilers into doxygen. |