Hi there.
I've just recently started using doxygen and I was wondering if I can control
where doxygen puts the brief comments of a struct? I'm writing documentation
for a struct, and a brief for each member. Doxygen puts the brief on the
next line instead of beside the member. Example:
typedef struct {
int blah ///<Blah brief
}
Produces something like:
int blah
Blah brief
What I would like is somehting like:
int blah Blah brief
Is that possible?
Regards Martin Leopold.
Dept. of Computer Science, University of Copenhagen
|