]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] Clarify API doc about exceptions in ZoneWriter::cleanup()
authorMukund Sivaraman <muks@isc.org>
Fri, 3 May 2013 01:26:41 +0000 (06:56 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 3 May 2013 01:26:41 +0000 (06:56 +0530)
src/lib/datasrc/memory/zone_writer.h

index 544721f6694f6ecefa9d36f422f22337bcf80eab..1c4e944093a592021f69359ced0082dae07e45cd 100644 (file)
@@ -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: