On Tue, Sep 06, 2011 at 12:44:55PM +0200, Ingo Brückl wrote:
> This would allow commenting a group, like
>
> //@{
> /// Playing states
> #define GUI_STOP 0
> #define GUI_PLAY 1
> #define GUI_PAUSE 2
> //@}
>
> instead of repeating the comment for every line.
OK with me.
Diego