From 4aef4464d02f3da12377028ca32e4fb3357fb94e Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Sun, 2 Sep 2007 13:33:48 -0500 Subject: start documentation using LuaDoc --- src/irc.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/irc.lua b/src/irc.lua index 3706270..4264458 100644 --- a/src/irc.lua +++ b/src/irc.lua @@ -1,3 +1,6 @@ +--- +-- Implementation of the main LuaIRC module + -- initialization {{{ local base = _G local constants = require 'irc.constants' @@ -10,6 +13,9 @@ local string = require 'string' local table = require 'table' -- }}} +--- +-- LuaIRC - IRC framework written in Lua +-- @release 0.02 module 'irc' -- constants {{{ -- cgit v1.2.3-54-g00ecf