]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2831] Rearrange sentences in API doc comment
authorMukund Sivaraman <muks@isc.org>
Thu, 4 Apr 2013 08:23:49 +0000 (13:53 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 4 Apr 2013 08:23:49 +0000 (13:53 +0530)
src/lib/util/memory_segment.h

index f102587cfc0a1f88dacac99bdb393b24911ecf5d..4ac3aa55ae03b53277d9fc1cf9f0d3e6d3eb8699 100644 (file)
@@ -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