Browse Source

[2833] updated the doc ZoneTableSegment::create() for the latest interface.

JINMEI Tatuya 12 years ago
parent
commit
46168c33b8
1 changed files with 2 additions and 3 deletions
  1. 2 3
      src/lib/datasrc/memory/zone_table_segment.h

+ 2 - 3
src/lib/datasrc/memory/zone_table_segment.h

@@ -115,9 +115,8 @@ public:
     /// \c config is not known or not supported in this implementation.
     ///
     /// \param rrclass The RR class of the zones to be maintained in the table.
-    /// \param config The configuration based on which a derived object
-    ///               is returned.
-    /// \return Returns a ZoneTableSegment object
+    /// \param type The memory segment type used for the zone table segment.
+    /// \return Returns a ZoneTableSegment object of the specified type.
     static ZoneTableSegment* create(const isc::dns::RRClass& rrclass,
                                     const std::string& type);