You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
straight to the point, does neogen have some kind of support for doxygen function groups?
What i'm refering to is something like this:
/** @name FunctionGroup
* @brief Documentation for 2 functions
* @param aParam A Parameter
* @retval 0 will always be returned
*/
///@{
//* fun1 specific description */
int fun1(int aParam) {return 0;}
//* fun2 specific description */
int fun2(int aParam) {return 0;}
///@}
If it's doable by using advanced features, could someone help/guide me?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
straight to the point, does neogen have some kind of support for doxygen function groups?
What i'm refering to is something like this:
If it's doable by using advanced features, could someone help/guide me?
Beta Was this translation helpful? Give feedback.
All reactions