From: Mukund Sivaraman Date: Thu, 4 Apr 2013 08:23:49 +0000 (+0530) Subject: [2831] Rearrange sentences in API doc comment X-Git-Tag: bind10-1.2.0beta1-release~457^2~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2f6c7ab36c4c2c88bc19503a2bf5577d148cb71b;p=thirdparty%2Fkea.git [2831] Rearrange sentences in API doc comment --- diff --git a/src/lib/util/memory_segment.h b/src/lib/util/memory_segment.h index f102587cfc..4ac3aa55ae 100644 --- a/src/lib/util/memory_segment.h +++ b/src/lib/util/memory_segment.h @@ -50,14 +50,13 @@ public: /// \brief Memory Segment Class /// -/// This class specifies an interface for allocating memory -/// segments. This is an abstract class and a real -/// implementation such as MemorySegmentLocal should be used -/// in code. -/// -/// It's intended to provide a unified interface whether the underlying +/// This class specifies an interface for allocating memory segments. +/// It's intended to provide a unified interface, whether the underlying /// memory is local to a specific process or is sharable by multiple /// processes. +/// +/// This is an abstract class and a real implementation such as +/// MemorySegmentLocal should be used in code. class MemorySegment { public: /// \brief Destructor