Browse Source

[2107] minor editorial update: make sure \c is in the same line as its target.

not sure if it's absolute necessary for doxygen to process it, but I thought
it's more readable anyway.
JINMEI Tatuya 12 years ago
parent
commit
8052c97a80
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/datasrc/memory/zone_data.h

+ 3 - 3
src/lib/datasrc/memory/zone_data.h

@@ -117,9 +117,9 @@ public:
     /// It's necessary to destroy the stored \c RdataSet objects
     /// (see its class description).  This class doesn't hold this information;
     /// it's the caller's responsibility to associate an \c NSEC3Data
-    /// class object with its expected RR class, and pass it to \c
-    /// destroy().  (In practice, it will be passed via \c
-    /// ZoneData::destroy().)
+    /// class object with its expected RR class, and pass it to
+    /// \c destroy().  (In practice, it will be passed via
+    /// \c ZoneData::destroy().)
     ///
     /// \throw none
     ///