How to group some member functions and/or vars (with doxygen)


/ Published in: C++
Save to your folder(s)

For use with Doxygen


Copy this code and paste it in your HTML
  1. /** @name One example group
  2.  *
  3.  */
  4. //{@
  5. void function_example();
  6. int example;
  7. //@}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.