]> git.lizzy.rs Git - luairc.git/commitdiff
luadoc does allow @see for modules
authorjluehrs2 <jluehrs2@uiuc.edu>
Sun, 2 Sep 2007 20:16:51 +0000 (15:16 -0500)
committerjluehrs2 <jluehrs2@uiuc.edu>
Sun, 2 Sep 2007 20:16:51 +0000 (15:16 -0500)
src/irc.lua

index e605918168fc20aee4345297da32bc2a1a7cdac1..80eb59b351d70a47030d3000c3bea248c567d4be 100644 (file)
@@ -942,7 +942,7 @@ end
 -- Iterate over currently joined channels.
 -- channels() is an iterator function for use in for loops.
 -- For example, <pre>for chan in irc.channels() do print(chan:name) end</pre>
--- @see src/irc/channel.lua
+-- @see irc.channel
 function channels()
     return function(state, arg)
                return misc.value_iter(state, arg,