]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2206] editorial fix: combine two short lines
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 3 Oct 2012 17:12:07 +0000 (10:12 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 3 Oct 2012 17:12:07 +0000 (10:12 -0700)
(I also suspect it may not work if '\c' continues to the next line.
this change also avoids that)

src/lib/datasrc/memory/zone_table_segment.h

index 24aed3f4a968c6f2311910985ca8f3221a84031e..7fd1310229f57de5b94e9369811a2f2737a952d2 100644 (file)
@@ -97,8 +97,7 @@ public:
     /// \brief Destroy a ZoneTableSegment
     ///
     /// This method destroys the passed ZoneTableSegment. It must be
-    /// passed a segment previously created by \c
-    /// ZoneTableSegment::create().
+    /// passed a segment previously created by \c ZoneTableSegment::create().
     ///
     /// \param segment The segment to destroy.
     static void destroy(ZoneTableSegment* segment);