]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2108] Fix doc comment for InMemoryClient::getFileName()
authorMukund Sivaraman <muks@isc.org>
Fri, 14 Sep 2012 05:25:38 +0000 (10:55 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 14 Sep 2012 05:25:44 +0000 (10:55 +0530)
src/lib/datasrc/memory/memory_client.h

index bff55f466576cd651c670f336f69a1f3dabe5583..dd0058efb22e6156a5c3bca6eb59fe98926f5c01 100644 (file)
@@ -132,14 +132,15 @@ public:
     ///
     /// This method returns the name of the zone's master file to be loaded.
     /// The returned string will be an empty unless the data source client has
-    /// successfully loaded the zone before.
+    /// successfully loaded the \c zone_name zone from a file before.
     ///
     /// This method should normally not throw an exception.  But the creation
     /// of the return string may involve a resource allocation, and if it
     /// fails, the corresponding standard exception will be thrown.
     ///
-    /// \return The name of the zone file loaded in the client, or an empty
-    /// string if the client hasn't loaded any file.
+    /// \return The name of the zone file corresponding to the zone, or
+    /// an empty string if the client hasn't loaded the \c zone_name
+    /// zone from a file before.
     const std::string getFileName(const isc::dns::Name& zone_name) const;
 
     /// \brief Inserts an rrset into the zone.