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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user