From 943eaa9690e55c88c14a74b13f2d79e09364c17f Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Wed, 5 Feb 2014 15:03:41 +0100 Subject: [PATCH] Add ldoc header for middleclass Signed-off-by: Tobias Ulmer --- generic/class.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/generic/class.lua b/generic/class.lua index 9525ca5..48b60e4 100644 --- a/generic/class.lua +++ b/generic/class.lua @@ -1,3 +1,9 @@ +--- Middleclass. A simple OOP library for Lua. It has inheritance, metamethods +-- (operators), class variables and weak mixin support. See +-- https://github.com/kikito/middleclass for more information and +-- documentation/examples. +-- @module generic.class + local middleclass = { _VERSION = 'middleclass v3.0.1', _DESCRIPTION = 'Object Orientation for Lua', -- 2.39.5