From 46754b16b3b59a892f14badc20553278b75ba80d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Sat, 4 Nov 2023 18:00:40 +0200 Subject: [PATCH] // update comments --- include/upa/url_result.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/upa/url_result.h b/include/upa/url_result.h index 3f481a34..5d93fc3a 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