From cc62eeca9e859daf93603bc2421f3f2988870d1c Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Fri, 7 Dec 2012 16:01:22 +0100 Subject: [PATCH] [2377] docs: Reference note about Lenient mode --- src/lib/dns/master_loader.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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