Browse Source

[2976] Minor: fixed the multi-line comment.

Marcin Siodelski 12 years ago
parent
commit
a63b3077dd
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/d2/d2_update_message.h

+ 1 - 2
src/bin/d2/d2_update_message.h

@@ -224,8 +224,7 @@ public:
     void addRRset(const UpdateMsgSection section, const dns::RRsetPtr& rrset);
     void addRRset(const UpdateMsgSection section, const dns::RRsetPtr& rrset);
 
 
 
 
-    /// @name Functions used to encode outgoing messages to wire format and \
-    /// decode incoming messages from wire format.
+    /// @name Functions to handle messages encoding and decoding.
     ///
     ///
     //@{
     //@{
     /// @brief Encode outgoing message into wire format.
     /// @brief Encode outgoing message into wire format.