Parcourir la source

[2377] docs: Reference note about Lenient mode

Michal 'vorner' Vaner il y a 12 ans
Parent
commit
cc62eeca9e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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