From: Michal 'vorner' Vaner Date: Mon, 19 Dec 2011 17:04:08 +0000 (+0100) Subject: [1483] Doxygen X-Git-Tag: perftcpdns_before_epoll~5^2~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87a72f002abc5c6db9baeb3b3e2ac20c0a1e24ce;p=thirdparty%2Fkea.git [1483] Doxygen --- diff --git a/src/lib/datasrc/zone.h b/src/lib/datasrc/zone.h index 485eedaef5..77e1148c15 100644 --- a/src/lib/datasrc/zone.h +++ b/src/lib/datasrc/zone.h @@ -291,6 +291,11 @@ public: /// including returning delegations, NSEC/NSEC3 proofs, etc. The options /// parameter works the same way and it should conform to the same exception /// restrictions. + /// + /// \param name \see find, parameter name + /// \param target the successfull result is returned through this + /// \param options \see find, parameter options + /// \return \see find and it's result virtual FindResult findAll(const isc::dns::Name& name, std::vector &target, const FindOptions options = FIND_DEFAULT) = 0;