Re: [Mesa-dev] [PATCH 2/3] mesa: docs: i965: Use correct doxygen groupings syntax

2015-12-09 Thread Ian Romanick
On 12/07/2015 12:18 PM, Sarah Sharp wrote: > When reading the source code, it's useful to indicate that a group of > fields in a struct are related in someway. The convention in Mesa seems > to be: > > struct foo { > /** > * Related fields description > * @{ > */ > int bar;

[Mesa-dev] [PATCH 2/3] mesa: docs: i965: Use correct doxygen groupings syntax

2015-12-07 Thread Sarah Sharp
When reading the source code, it's useful to indicate that a group of fields in a struct are related in someway. The convention in Mesa seems to be: struct foo { /** * Related fields description * @{ */ int bar; char baz; */@} long qux; } However, the doxygen