From: JINMEI Tatuya Date: Wed, 17 Oct 2012 18:38:54 +0000 (-0700) Subject: [2207] editorial: folded long lines X-Git-Tag: trac2402_base~12^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7265ccb300bd2a2e1789d8ce99182e787d97181c;p=thirdparty%2Fkea.git [2207] editorial: folded long lines --- diff --git a/src/lib/datasrc/memory/zone_writer_local.h b/src/lib/datasrc/memory/zone_writer_local.h index a106079465..366ae1abae 100644 --- a/src/lib/datasrc/memory/zone_writer_local.h +++ b/src/lib/datasrc/memory/zone_writer_local.h @@ -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();