We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9599ed3 commit e6cb764Copy full SHA for e6cb764
1 file changed
math/vecops/inc/ROOT/RVec.hxx
@@ -1130,8 +1130,9 @@ namespace VecOps {
1130
// Note that we open here with @{ the Doxygen group vecops and it is
1131
// closed again at the end of the C++ namespace VecOps
1132
/**
1133
- * \defgroup vecops VecOps
1134
- * A "std::vector"-like collection of values implementing handy operation to analyse them
+ * \defgroup vecops RVec and VecOps
+ * 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.
1136
* @{
1137
*/
1138
0 commit comments