Browse Source

[2850] Clarify API doc about exceptions in ZoneWriter::cleanup()

Mukund Sivaraman 12 years ago
parent
commit
74bad1ad71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/memory/zone_writer.h

+ 1 - 1
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: