From: Mukund Sivaraman Date: Wed, 26 Sep 2012 11:57:43 +0000 (+0530) Subject: [2218] Update doc comment for InMemoryClient::findZoneData() X-Git-Tag: trac2351_base~37^2~1^2~3^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593cc7dda0802634b12373f0215b6033e1791118;p=thirdparty%2Fkea.git [2218] Update doc comment for InMemoryClient::findZoneData() --- diff --git a/src/lib/datasrc/memory/memory_client.h b/src/lib/datasrc/memory/memory_client.h index d33b91cb04..2ed6066d6f 100644 --- a/src/lib/datasrc/memory/memory_client.h +++ b/src/lib/datasrc/memory/memory_client.h @@ -215,8 +215,7 @@ public: /// This is mainly intended for use in unit tests and should not be /// used in other code. /// - /// This derived version of the method never throws an exception. - /// For other details see \c DataSourceClient::findZone(). + /// \throws none isc::datasrc::memory::ZoneTable::FindResult findZoneData(const isc::dns::Name& name);