]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1483] Doxygen
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 19 Dec 2011 17:04:08 +0000 (18:04 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 19 Dec 2011 17:14:40 +0000 (18:14 +0100)
src/lib/datasrc/zone.h

index 485eedaef5629b7782d331c3130c167e6d35558c..77e1148c1558b3901a16a0892f4cf53da74f2dfe 100644 (file)
@@ -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<isc::dns::ConstRRsetPtr> &target,
                                const FindOptions options = FIND_DEFAULT) = 0;