]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2207] editorial: folded long lines
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 17 Oct 2012 18:38:54 +0000 (11:38 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 17 Oct 2012 18:38:54 +0000 (11:38 -0700)
src/lib/datasrc/memory/zone_writer_local.h

index a1060794655fb98575285e4b4e83ba26454a09d2..366ae1abae34e5a4162ead4edcf527a803538fd6 100644 (file)
@@ -53,8 +53,8 @@ public:
     /// This calls the load_action (passed to constructor) and stores the
     /// data for future use.
     ///
-    /// \throw isc::InvalidOperation if it is called the second time in lifetime
-    ///     of the object.
+    /// \throw isc::InvalidOperation if it is called the second time in
+    ///     lifetime of the object.
     /// \throw Whatever the load_action throws, it is propagated up.
     virtual void load();
 
@@ -63,8 +63,8 @@ public:
     /// It modifies the zone table accessible through the segment (passed to
     /// constructor).
     ///
-    /// \throw isc::InvalidOperation if it is called the second time in lifetime
-    ///     of the object or if load() was not called previously or if
+    /// \throw isc::InvalidOperation if it is called the second time in
+    ///     lifetime of the object or if load() was not called previously or if
     ///     cleanup() was already called.
     virtual void install();