@multiple tag

This tag can be used to apply the same documentation to several code declarations. It enforce use of the current documentation comment for all declaration up to the next documentation comment. An optional count parameter may be passed to limit the number of affected declarations.

Syntax [link] 

@multiple [{<repeat count>}]

Example [link] 

/** @multiple
This macro ... */

#define MACRO_1 1
#define MACRO_2 2
#define MACRO_3 3
...

class Bar {
/** @multiple {2}
This is an accessor for the @ref a field. */

int get_a() const;
void set_a(int a);

void foo();
Valid XHTML 1.0 StrictGenerated by diaxen on Wed Jan 27 15:46:24 2021 using MkDoc