1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00

NSEdoc fixes

This commit is contained in:
dmiller
2025-03-13 18:13:21 +00:00
parent fb58d2440e
commit b2ebc18360
17 changed files with 40 additions and 36 deletions

View File

@@ -235,6 +235,8 @@ end
-- @class function
--@param cp The Unicode code point as a number
--@return A string containing the code point in UTF-8 encoding.
--@class function
--@name utf8_enc
utf8_enc = utf8.char
---Decodes a UTF-8 character.