]> git.e2factory.org Git - e2factory.git/commitdiff
Add ldoc header for middleclass
authorTobias Ulmer <tu@emlix.com>
Wed, 5 Feb 2014 14:03:41 +0000 (15:03 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:17 +0000 (15:41 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
generic/class.lua

index 9525ca5122e61a2acce5de4a24d1e8f53aaff98f..48b60e44e729ff99b5734ccd1bb1be014e89c84e 100644 (file)
@@ -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',