Inline trivial functions grouped with a unique comment.
More...
Inline trivial functions grouped with a unique comment.
This is the demonstration that you can write a unique doxygen documentation for a group of functions. This is useful when all functions handle the same functionality and differ only by their name or arguments.
This is also a way to isolate the documentation for trivial functions and make the doxygen page of the class shorter.
double Style::getArgDouble |
( |
| ) |
const |
|
inline |
int Style::getArgInt |
( |
| ) |
const |
|
inline |
const VectorInt& Style::getArgVectorInt |
( |
| ) |
const |
|
inline |