2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[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)
This commit is contained in:
JINMEI Tatuya
2012-10-03 10:12:07 -07:00
parent 37fd8a72b1
commit 3d68f76773

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