mirror of
https://github.com/nmap/nmap.git
synced 2025-12-31 11:59:03 +00:00
Resolves parameter name mismatch between code and embedded documentation, which was causing generated documentation to depict two parameters in each function
This commit is contained in:
@@ -58,7 +58,7 @@ local b64table = {
|
||||
|
||||
---
|
||||
-- Encodes a string to Base64.
|
||||
-- @param bdata Data to be encoded.
|
||||
-- @param p Data to be encoded.
|
||||
-- @return Base64-encoded string.
|
||||
function enc (p)
|
||||
local out = {}
|
||||
@@ -106,7 +106,7 @@ end
|
||||
|
||||
---
|
||||
-- Decodes Base64-encoded data.
|
||||
-- @param b64data Base64 encoded data.
|
||||
-- @param e Base64 encoded data.
|
||||
-- @return Decoded data.
|
||||
function dec (e)
|
||||
local out = {}
|
||||
|
||||
Reference in New Issue
Block a user