From f75a88a3d3e0d1ecb403bbfa93062bf816c0f2a1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 18 Nov 2013 14:28:35 -0500 Subject: LuaDoc updates. --- core/.iconv.luadoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/.iconv.luadoc') diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc index ee403194..95e62803 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -6,7 +6,7 @@ module('string') --- --- Converts string *text* from encoding *from* to encoding *to* using iconv, +-- Converts string *text* from encoding *old* to encoding *new* using iconv, -- returning the string result. -- Valid encodings are [GNU iconv's encodings][] and include: -- @@ -33,6 +33,6 @@ module('string') -- -- [GNU iconv's encodings]: http://www.gnu.org/software/libiconv/ -- @param text The text to convert. --- @param to The string encoding to convert to. --- @param from The string encoding to convert from. -function iconv(text, to, from) end +-- @param new The string encoding to convert to. +-- @param old The string encoding to convert from. +function iconv(text, new, old) end -- cgit v1.2.3