mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fix doxygen comments
This commit is contained in:
@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user