From 611c35b4ba12af3e266e97fa8be9e6aaba6c4c88 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 21 Mar 2024 09:23:47 -0400 Subject: [PATCH] Update include/ada/scheme-inl.h Co-authored-by: Yagiz Nizipli --- include/ada/scheme-inl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ada/scheme-inl.h b/include/ada/scheme-inl.h index 7b8f10dc1..a327dd049 100644 --- a/include/ada/scheme-inl.h +++ b/include/ada/scheme-inl.h @@ -23,6 +23,7 @@ constexpr uint16_t special_ports[] = {80, 0, 443, 80, 21, 443, 0, 0}; } // namespace details /**** + * @private * In is_special, get_scheme_type, and get_special_port, we * use a standard hashing technique to find the index of the scheme in * the is_special_list. The hashing technique is based on the size of