xo-arena: doxygen nit
This commit is contained in:
parent
0fcf2f6fe2
commit
0556810471
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ namespace xo {
|
|||
**/
|
||||
struct ArenaConfig {
|
||||
/** @defgroup mm-arenaconfig-ctors **/
|
||||
///@{
|
||||
|
||||
/** NOTE: not providing explicit ctors so we can use designated initializers **/
|
||||
|
||||
ArenaConfig with_name(std::string name) const {
|
||||
ArenaConfig copy(*this);
|
||||
|
|
@ -37,6 +40,7 @@ namespace xo {
|
|||
return copy;
|
||||
}
|
||||
|
||||
///@}
|
||||
/** @defgroup mm-arenaconfig-instance-vars ArenaConfig members **/
|
||||
///@{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue