]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2503] Add doxygen comment for zone_name args
authorMukund Sivaraman <muks@isc.org>
Tue, 11 Dec 2012 01:51:46 +0000 (07:21 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 11 Dec 2012 01:58:08 +0000 (07:28 +0530)
src/lib/datasrc/memory/zone_data.h

index 4ac43a0fb2868d93684d2a89d5de83159398c638..888555398e14b06338a9466ccd2fa635f16ec48a 100644 (file)
@@ -90,6 +90,7 @@ public:
     ///
     /// \param mem_sgmt A \c MemorySegment from which memory for the new
     /// \c NSEC3Data is allocated.
+    /// \param zone_name The zone name.
     /// \param rdata An NSEC3PARAM RDATA that specifies the NSEC3 parameters
     /// to be stored.
     static NSEC3Data* create(util::MemorySegment& mem_sgmt,
@@ -105,6 +106,7 @@ public:
     ///
     /// \param mem_sgmt A \c MemorySegment from which memory for the new
     /// \c NSEC3Data is allocated.
+    /// \param zone_name The zone name.
     /// \param rdata An NSEC3 RDATA that specifies the NSEC3 parameters
     /// to be stored.
     static NSEC3Data* create(util::MemorySegment& mem_sgmt,