Skip to main content

Questions tagged [doxygen]

Filter by
Sorted by
Tagged with
1 vote
0 answers
74 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, ...
einpoklum's user avatar
  • 2,808
3 votes
1 answer
1k views

Is using the doxygen @file command counter-productive?

I'm having a dilemma regarding whether or not to use Doxygen's \@file (a.k.a. \file) command: /** * @file my_filename.c * * etc. etc. On the one hand, it's somewhat useful for you to use @file, ...
einpoklum's user avatar
  • 2,808