mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +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.
|
/// \brief Options how the parsing should work.
|
||||||
enum Options {
|
enum Options {
|
||||||
DEFAULT = 0, ///< Nothing special.
|
DEFAULT = 0, ///< Nothing special.
|
||||||
MANY_ERRORS = 1 ///< Lenient mode.
|
MANY_ERRORS = 1 ///< Lenient mode (see documentation of MasterLoader
|
||||||
|
/// constructor).
|
||||||
};
|
};
|
||||||
|
|
||||||
/// \brief Constructor
|
/// \brief Constructor
|
||||||
|
Reference in New Issue
Block a user