Skip to content

Commit 8d25605

Browse files
committed
group for VecExpr
1 parent 0c1b07b commit 8d25605

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Common/include/linear_algebra/vector_expressions.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
#include <cstdint>
3737

3838
namespace VecExpr {
39+
/// \addtogroup VecExpr
40+
/// @{
3941

4042
/*!
4143
* \brief Base vector expression class.
@@ -227,4 +229,5 @@ MAKE_BINARY_FUN(operator>, gt_, gt_impl)
227229

228230
#undef MAKE_BINARY_FUN
229231

232+
/// @}
230233
} // end namespace

Docs/docmain.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@
201201
* \ingroup Toolboxes
202202
*/
203203

204+
/*!
205+
* \defgroup VecExpr Vector math expression templates
206+
* \brief Expression templates for level-1 BLAS operations.
207+
* \ingroup BLAS
208+
*/
209+
204210
/*!
205211
* \defgroup Graph Graph operations
206212
* \brief Classes to represent graphs and functions to manipulate them (coloring, etc.).

0 commit comments

Comments
 (0)