diff --git a/include/xo/expression2/DDefineExpr.hpp b/include/xo/expression2/DDefineExpr.hpp index 59826aa2..1056dbb7 100644 --- a/include/xo/expression2/DDefineExpr.hpp +++ b/include/xo/expression2/DDefineExpr.hpp @@ -51,10 +51,13 @@ namespace xo { obj rhs() const noexcept { return rhs_; } const DUniqueString * name() const noexcept; + ///@} + /** @defgroup scm-definexpr-bookkeeping-methods **/ + ///@{ + void assign_lhs_name(const DUniqueString * name); ///@} - /** @defgroup scm-defineexpr-expression-facet **/ ///@{