mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +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:
@@ -97,8 +97,7 @@ public:
|
|||||||
/// \brief Destroy a ZoneTableSegment
|
/// \brief Destroy a ZoneTableSegment
|
||||||
///
|
///
|
||||||
/// This method destroys the passed ZoneTableSegment. It must be
|
/// This method destroys the passed ZoneTableSegment. It must be
|
||||||
/// passed a segment previously created by \c
|
/// passed a segment previously created by \c ZoneTableSegment::create().
|
||||||
/// ZoneTableSegment::create().
|
|
||||||
///
|
///
|
||||||
/// \param segment The segment to destroy.
|
/// \param segment The segment to destroy.
|
||||||
static void destroy(ZoneTableSegment* segment);
|
static void destroy(ZoneTableSegment* segment);
|
||||||
|
Reference in New Issue
Block a user