]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2107] minor editorial update: make sure \c is in the same line as its target.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 28 Aug 2012 21:06:51 +0000 (14:06 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 28 Aug 2012 21:06:51 +0000 (14:06 -0700)
not sure if it's absolute necessary for doxygen to process it, but I thought
it's more readable anyway.

src/lib/datasrc/memory/zone_data.h

index 044289d6cd4b57cf0132239c83f1aab0a6f23e03..a8edf381ced5d886f3aa061a67f003ef77a5f845 100644 (file)
@@ -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
     ///