]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2905] refer relevant documentation for ZoneTable::FindResult
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 22 May 2013 18:29:12 +0000 (11:29 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 22 May 2013 18:29:12 +0000 (11:29 -0700)
it's described in the context of findZone() method.

src/lib/datasrc/memory/zone_table.h

index d792e2a410fde8e2f7bd343b4dae48ff024b7135..d0924676404ba7e5714b594fd10c33370ae25355 100644 (file)
@@ -84,6 +84,8 @@ public:
      };
 
     /// \brief Result data of findZone() method.
+    ///
+    /// See \c findZone() about the semantics of the members.
     struct FindResult {
         FindResult(result::Result param_code,
                    const ZoneData* param_zone_data,