Skip to content

Commit

Permalink
// fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Oct 16, 2023
1 parent f85228c commit 865b2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/upa/url_idna.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace upa {
///
/// @param[in] src input domain string
/// @param[in] src_len input domain string length
/// @param[out] output buffer to place result string
/// @param[out] output buffer to store result string
/// @return `validation_errc::ok` on success, or error code on failure
validation_errc domain_to_ascii(const char16_t* src, std::size_t src_len, simple_buffer<char16_t>& output);

Expand All @@ -29,7 +29,7 @@ validation_errc domain_to_ascii(const char16_t* src, std::size_t src_len, simple
///
/// @param[in] src input domain string
/// @param[in] src_len input domain string length
/// @param[out] output buffer to place result string
/// @param[out] output buffer to store result string
/// @return `validation_errc::ok` on success, or error code on failure
validation_errc domain_to_unicode(const char* src, std::size_t src_len, simple_buffer<char>& output);

Expand Down

0 comments on commit 865b2a4

Please sign in to comment.