Issue 18613: API correction required to src/hpp/dds/core/Optional.hpp (dds-psm-cxx-rtf) Source: Micro Focus (Mr. Simon McQueen, simon.mcqueen(at)microfocus.com) Nature: Revision Severity: Summary: Name: Simon McQueen Employer: PrismTech Specification: DDS CXX PSM RTF FormalNumber: ptc/12-10-03 Nature: Revision _Issues_: 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> Resolution: Revised Text: Actions taken: April 3, 2013: received issue Discussion: End of Annotations:===== ogle-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=wOfnmxhMr9+JaL1lNAFlakKQkQoXs6tpy9+47YtFNPc=; b=BZRRP5MKEwzUzQI8/ihHTRSpU98UBBlgs3/YISluL4cOTzOY16xCu3O6k21iQ1qUNZ 43GuxdXUa5KyQR0Cenz32VakkViP40Ktt0rrFKl7js4fKsMcxa2iAKOkJvkZGsOZqW0K DJ2DcRIRiDUK1B7T27iTb+kGYoEmQ9AMjeweXhLxthTKvP3c4iKJbn0YEe8aDnVoU4pH etjhYkQHJM6NmJAONE/vzbW3Kfom/lHh/5iWFvzhBqWWRJz50xCpNsIZchU1ERmb1f88 ItThxiH+JnX9hMg9Iv6ENQrfNyNn20Fzst/AKXFy29tPxfAqUbfNEqenrmacNQuCxDwV pifw== X-Received: by 10.194.95.198 with SMTP id dm6mr3938303wjb.6.1365005553164; Wed, 03 Apr 2013 09:12:33 -0700 (PDT) Date: Wed, 03 Apr 2013 17:12:26 +0100 From: Simon McQueen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 To: issues@omg.org Subject: API correction required to src/hpp/dds/core/Optional.hpp X-Gm-Message-State: ALoCoQl+wn4+896EO/GVGPL0Azsw66cuXleWCzo9v6iViCfMSvc1QHmMwFJO5GvFu2Spw5DdiZVS X-Virus-Scanned: amavisd-new at omg.org X-Brightmail-Tracker: AAAAAA== X-Brightmail-Tracker: AAAAAA== Name: Simon McQueen Employer: PrismTech Specification: DDS CXX PSM RTF FormalNumber: ptc/12-10-03 Nature: Revision _Issues_: 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 class DELEGATE>