]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1614] updated doxygen document for masterLoad as suggested in review.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 25 Jan 2012 22:45:22 +0000 (14:45 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 25 Jan 2012 22:45:22 +0000 (14:45 -0800)
src/lib/dns/masterload.h

index d062c5d814f254a3564a51d5f2693a85a3652f26..41d145b150dbb2b5ad3e2d455f99a64ff116ef68 100644 (file)
@@ -206,8 +206,8 @@ typedef boost::function<void(RRsetPtr)> MasterLoadCallback;
 /// - We may want to support incremental loading.
 /// - If we add these optional features we may want to introduce a class
 ///   that encapsulates loading status and options.
-/// - RRSIGs are handled separate RRsets, that is, not set within the RRset
-///   that they cover.
+/// - RRSIGs are handled as separate RRsets, i.e. they are not included in
+///   the RRset they cover.
 ///
 /// \param filename A path to a master zone file to be loaded.
 /// \param origin The origin name of the zone.