STYLE: fix doxygen comments

This commit is contained in:
Mark Olesen
2020-11-19 15:15:58 +01:00
parent 6e3bc1f7d0
commit 4b964f676e
15 changed files with 38 additions and 38 deletions

View File

@ -341,7 +341,7 @@ public:
#undef exprResult_Construct
#define exprResult_Construct(Type) \
/*! Construct from single value of Type */ \
/*! \brief Construct from single value of Type */ \
explicit exprResult(const Type& val) : exprResult() \
{ \
setSingleValue(val); \