aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.iconv.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-09-27 21:20:33 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-09-27 21:20:33 -0400
commit132e362f44e00cd93e04967efbfc138c53a47ee4 (patch)
tree9d68dcdca8d687e922a277f137813a09d9b4b12d /core/.iconv.luadoc
parent43e9f2528415e8f2d43e7ba65f0d4c5b5d5adff4 (diff)
Reformatted some LuaDoc.
Diffstat (limited to 'core/.iconv.luadoc')
-rw-r--r--core/.iconv.luadoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc
index ad13b686..de4084c7 100644
--- a/core/.iconv.luadoc
+++ b/core/.iconv.luadoc
@@ -6,8 +6,8 @@
module('string')
---
--- Converts a string from one character set to another using iconv().
--- Valid character sets are ones GLib's g_convert() accepts, typically GNU
+-- Converts a string from one character set to another using iconv.
+-- Valid character sets are ones GLib's `g_convert()` accepts, typically GNU
-- iconv's character sets.
-- @param text The text to convert.
-- @param to The character set to convert to.