Parcourir la source

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

Mukund Sivaraman il y a 12 ans
Parent
commit
74bad1ad71
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: