From: jluehrs2 Date: Sun, 2 Sep 2007 20:16:51 +0000 (-0500) Subject: luadoc does allow @see for modules X-Git-Tag: 0.03~89 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=8fd61e6bbc557d11a2a021edc037cb20d9a14882;p=luairc.git luadoc does allow @see for modules --- diff --git a/src/irc.lua b/src/irc.lua index e605918..80eb59b 100644 --- a/src/irc.lua +++ b/src/irc.lua @@ -942,7 +942,7 @@ end -- Iterate over currently joined channels. -- channels() is an iterator function for use in for loops. -- For example,
for chan in irc.channels() do print(chan:name) end
--- @see src/irc/channel.lua +-- @see irc.channel function channels() return function(state, arg) return misc.value_iter(state, arg,