We can force it with /** \def Point2int16 \copydoc Vector2int16 */,
although I'm not sure that works for whole-class documentation.
-m
Prof. Morgan McGuire
Computer Science Department
Williams College
http://cs.williams.edu/~morgan
What do you mean by "you want to use the packed attribute there as well."
-m
Prof. Morgan McGuire
Computer Science Department
Williams College
http://cs.williams.edu/~morgan
Yes, the semi-colon has to be there because of the way that gcc does
the syntax. We could either put an extra semi-colon in the source
code to make Doxygen happier, or could force doxygen to run with
MSC_VER or something defined so that it knows which branch to take on
the #ifdef.
What do you mean by "you want to use the packed attribute there as well."
-m
-m
Prof. Morgan McGuire
Computer Science Department
Williams College
http://cs.williams.edu/~morgan
-m
-m
Prof. Morgan McGuire
Computer Science Department
Williams College
http://cs.williams.edu/~morgan
On Tue, Jan 11, 2011 at 11:28 PM, Corey Taylor