Browse Source

[2433] add some more doc

JINMEI Tatuya 12 years ago
parent
commit
c466b2fb0a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dns/zone_checker.h

+ 2 - 1
src/lib/dns/zone_checker.h

@@ -95,7 +95,8 @@ private:
 /// \c error() method of \c callbacks, and non critical issues are reported
 /// \c error() method of \c callbacks, and non critical issues are reported
 /// via its \c warn() method.
 /// via its \c warn() method.
 ///
 ///
-/// Specific checks performed by this function is as follows:
+/// Specific checks performed by this function is as follows.  Failure of
+/// a check is considered a critical error unless noted otherwise:
 /// - There is exactly one SOA RR at the zone apex.
 /// - There is exactly one SOA RR at the zone apex.
 /// - There is at least one NS RR at the zone apex.
 /// - There is at least one NS RR at the zone apex.
 /// - For each apex NS record, if the NS name (the RDATA of the record) is
 /// - For each apex NS record, if the NS name (the RDATA of the record) is