From: Mukund Sivaraman Date: Fri, 3 May 2013 01:26:41 +0000 (+0530) Subject: [2850] Clarify API doc about exceptions in ZoneWriter::cleanup() X-Git-Tag: bind10-1.2.0beta1-release~467^2~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74bad1ad71292fa998f14ad3953236f7e979efac;p=thirdparty%2Fkea.git [2850] Clarify API doc about exceptions in ZoneWriter::cleanup() --- diff --git a/src/lib/datasrc/memory/zone_writer.h b/src/lib/datasrc/memory/zone_writer.h index 544721f669..1c4e944093 100644 --- a/src/lib/datasrc/memory/zone_writer.h +++ b/src/lib/datasrc/memory/zone_writer.h @@ -96,7 +96,7 @@ public: /// one loaded by load() in case install() was not called or was not /// successful, or the one replaced in install(). /// - /// Generally, this should never throw. + /// \throw none void cleanup(); private: