Is there a way to go from the below
int a; ///< This is a variable
int b = 3; ///< This is another variable
To the below?
int a; ///< This is a variable
int b = 3; ///< This is another variable
Is there a way to go from the below
int a; ///< This is a variable
int b = 3; ///< This is another variable
To the below?
int a; ///< This is a variable
int b = 3; ///< This is another variable