We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60967e1 commit e24e3abCopy full SHA for e24e3ab
cpp_utils/include/cpp_utils/ReturnCode.hpp
@@ -81,7 +81,7 @@ class ReturnCode
81
82
protected:
83
84
- //! Link every ReturnCode available with a string to deserialize
+ //! Link every ReturnCodeValue available with a string to deserialize
85
static const std::map<ReturnCodeValue, std::string> to_string_conversion_;
86
87
//! \c ReturnCode value
0 commit comments