Re: [Doxygen-users] structures with attributes

2014-01-09 Thread Thomas Nemeth
You are right. It's even in the documentation in the "Preprocessing" section. 2014/1/9 Richard Damon > On 1/9/14, 7:07 AM, Thomas Nemeth wrote: > > > > Hi. > > > > I'm documenting some structures that looks like this : > > > > /*! Dataset for status data. */ > > typedef struct __attrib

Re: [Doxygen-users] structures with attributes

2014-01-09 Thread Richard Damon
On 1/9/14, 7:07 AM, Thomas Nemeth wrote: > > Hi. > > I'm documenting some structures that looks like this : > > /*! Dataset for status data. */ > typedef struct __attribute__ ((__packed__)) { > UINT16 outputs; /*!< Board outputs. */ > UINT32 inputs; /*!< Board inputs. */ >

[Doxygen-users] structures with attributes

2014-01-09 Thread Thomas Nemeth
Hi. I'm documenting some structures that looks like this : /*! Dataset for status data. */ typedef struct __attribute__ ((__packed__)) { UINT16 outputs; /*!< Board outputs. */ UINT32 inputs; /*!< Board inputs. */ UINT16 status; /*!< Board status. */ UINT1