Skip to content

Commit e6cb764

Browse files
hageboecksiliataider
authored andcommitted
[doxygen-groups] Extend the description of the RVec group.
1 parent 9599ed3 commit e6cb764

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

math/vecops/inc/ROOT/RVec.hxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,8 +1130,9 @@ namespace VecOps {
11301130
// Note that we open here with @{ the Doxygen group vecops and it is
11311131
// closed again at the end of the C++ namespace VecOps
11321132
/**
1133-
* \defgroup vecops VecOps
1134-
* A "std::vector"-like collection of values implementing handy operation to analyse them
1133+
* \defgroup vecops RVec and VecOps
1134+
* RVec is a "std::vector"-like collection of values that can adopt memory for fast data manipulation.
1135+
* This page lists functions to perform operations on RVecs to manipulate and analyse them.
11351136
* @{
11361137
*/
11371138

0 commit comments

Comments
 (0)