Sublime Forum

Single line C style Doxygen Comment

#1

I am using DoxyDoxygen for adding Doxygen style comments in C code. Is there a way to get single line comments for members of functions/structs in the Doxygen style as well?

struct a {
type member1; /**< Comment */
type member2; /**< Comment */
}
1 Like

#2
0 Likes