Re: [Doxygen-users] How to document function with no parameters
Brought to you by:
dimitri
From: Sven B. <sv...@as...> - 2009-02-25 11:07:45
|
Hi, this sounds familiar to me, when I use the doxygen support in eclipse. eclipse can automatically create a doxygen comment template when analysing the function declaration. It also generates an empty \param entry for 'void functionname( void )'. So I decided to leave the void parameter away: 'void functionname()' Then no empty \param entry is created. HTH, Sven |