-
Key: DDSPSMC11_-31
-
Legacy Issue Number: 18613
-
Status: open
-
Source: Leonardo S.p.A ( Simon McQueen)
-
Summary:
Name: Simon McQueen
Employer: PrismTech
Specification: DDS CXX PSM RTF
FormalNumber: ptc/12-10-03
Nature: RevisionIssues:
Escape '@' annotation in comment
Suggested resolution:
diff --git a/src/hpp/dds/core/Optional.hpp b/src/hpp/dds/core/Optional.hpp index 5e563d0..7f1a1fc 100644 --- a/src/hpp/dds/core/Optional.hpp +++ b/src/hpp/dds/core/Optional.hpp @@ -24,7 +24,7 @@ namespace dds { namespace core { /** * The optional class is used to wrap attributes annotated with the - * @optional annotation. This class provides a simple and safe way of + * \@optional annotation. This class provides a simple and safe way of * accessing, setting and resetting the stored attribute. */ template <typename T, template <typename Q> class DELEGATE> class optional : public dds::core::Value< DELEGATE<T> > { public: optional(const T& t); public: /** * Returns true only if the attribute is set. */ bool is_set() const; /** - * Reset the attribute + * Reset the attribute.
-
Reported: DDS-PSM-Cxx 1.0b2 — Wed, 3 Apr 2013 04:00 GMT
-
Updated: Sun, 30 Sep 2018 23:30 GMT
DDSPSMC11_ — API correction required to src/hpp/dds/core/Optional.hpp
- Key: DDSPSMC11_-31
- OMG Task Force: DDS-PSM-Cxx v1.1 RTF