Questions tagged [doxygen]
The doxygen tag has no summary.
2 questions
1
vote
0
answers
77
views
How sould I document dimensions of a pointed-to buffer?
This is a "doxygen style/etiquette" question.
I have a function which takes, say, an int *buffer. Now, buffer is actually a multi-dimensional array, with different dimensions in each axis, ...