diff --git a/src/lib/dns/master_loader.h b/src/lib/dns/master_loader.h index c527c8ab1d..574ad69d1e 100644 --- a/src/lib/dns/master_loader.h +++ b/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