From: JINMEI Tatuya Date: Wed, 25 Jan 2012 22:45:22 +0000 (-0800) Subject: [1614] updated doxygen document for masterLoad as suggested in review. X-Git-Tag: trac2351_base~278^2~6^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=562aecbe253e09da28891fbdf3d5450ce41e8b9c;p=thirdparty%2Fkea.git [1614] updated doxygen document for masterLoad as suggested in review. --- diff --git a/src/lib/dns/masterload.h b/src/lib/dns/masterload.h index d062c5d814..41d145b150 100644 --- a/src/lib/dns/masterload.h +++ b/src/lib/dns/masterload.h @@ -206,8 +206,8 @@ typedef boost::function 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.