NO-JIRA: [cpp] document proton::condition operators == and <<

Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/77c63547
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/77c63547
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/77c63547

Branch: refs/heads/go1
Commit: 77c63547dbd8e22a8a69d188e9450f6e29554b0e
Parents: e2d1ffe
Author: Alan Conway <[email protected]>
Authored: Fri Jun 22 14:58:26 2018 -0400
Committer: Alan Conway <[email protected]>
Committed: Thu Sep 27 13:22:59 2018 -0400

----------------------------------------------------------------------
 cpp/include/proton/error_condition.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/77c63547/cpp/include/proton/error_condition.hpp
----------------------------------------------------------------------
diff --git a/cpp/include/proton/error_condition.hpp 
b/cpp/include/proton/error_condition.hpp
index cbd6e09..1ca7be8 100644
--- a/cpp/include/proton/error_condition.hpp
+++ b/cpp/include/proton/error_condition.hpp
@@ -101,11 +101,11 @@ class error_condition {
     /// @endcond
 };
 
-/// @cond INTERNAL
-// XXX Document these 
+/// @return true if name, description and properties are all equal
 PN_CPP_EXTERN bool operator==(const error_condition& x, const error_condition& 
y);
+
+/// Human readable string
 PN_CPP_EXTERN std::ostream& operator<<(std::ostream& o, const error_condition& 
err);
-/// @endcond
 
 } // proton
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to