Browse Source

[2377] docs: Reference note about Lenient mode

Michal 'vorner' Vaner 12 years ago
parent
commit
cc62eeca9e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dns/master_loader.h

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

@@ -37,7 +37,8 @@ public:
     /// \brief Options how the parsing should work.
     enum Options {
         DEFAULT = 0,       ///< Nothing special.
-        MANY_ERRORS = 1    ///< Lenient mode.
+        MANY_ERRORS = 1    ///< Lenient mode (see documentation of MasterLoader
+                           ///  constructor).
     };
 
     /// \brief Constructor