Guest User

Untitled

a guest
Aug 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Can Doxygen include a function in a member group but not document it?
  2. /** @name Group1
  3. * @{
  4. */
  5. void setA( int i );
  6. int getA( void );
  7.  
  8. /// @note This note unexpectedly repeated for all functions in this group
  9. void setB( int i );
  10.  
  11. int getB( void );
  12. void setC( int i );
  13. int getC( void );
  14. //@}
Add Comment
Please, Sign In to add comment