mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[2377] docs: Reference note about Lenient mode
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user