diff --git a/include/upa/url_result.h b/include/upa/url_result.h index 3f481a3..5d93fc3 100644 --- a/include/upa/url_result.h +++ b/include/upa/url_result.h @@ -16,9 +16,10 @@ namespace upa { enum class validation_errc { // Success: ok = 0, ///< success - // Ignored input: + // Ignored input (for internal use): ignored, ///< setter ignored the value (internal) - scheme_invalid_code_point, ///< the scheme contains invalid code point (relevant to the protocol setter) + scheme_invalid_code_point, ///< the scheme contains invalid code point (internal, + ///< relevant to the protocol setter) // Standard validation error codes // https://url.spec.whatwg.org/#validation-error