Forked from
Lucas Gandel / VTK
Sankhesh Jhaveri
authored
Referred to as doxygen member group, comment block inside `///@{...///@}` is shared by all class members in the block. Prior to this change, doxygen was not sharing the documentation across members. The original code was using two slashes: `//@{...//@}`.