Browse Source

[2206] editorial fix: combine two short lines

(I also suspect it may not work if '\c' continues to the next line.
this change also avoids that)
JINMEI Tatuya 12 years ago
parent
commit
3d68f76773
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/datasrc/memory/zone_table_segment.h

+ 1 - 2
src/lib/datasrc/memory/zone_table_segment.h

@@ -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);