From: JINMEI Tatuya Date: Wed, 3 Oct 2012 17:12:07 +0000 (-0700) Subject: [2206] editorial fix: combine two short lines X-Git-Tag: trac2351_base~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d68f767731a682d4a80e9ba74d953502c2ada7d;p=thirdparty%2Fkea.git [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) --- diff --git a/src/lib/datasrc/memory/zone_table_segment.h b/src/lib/datasrc/memory/zone_table_segment.h index 24aed3f4a9..7fd1310229 100644 --- a/src/lib/datasrc/memory/zone_table_segment.h +++ b/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);