Remove documentation because it is obscolete.

I need to regenerate the documentation with luadocumentor.lua. Working
on it ...
This commit is contained in:
FlightControl
2016-04-02 08:39:55 +02:00
parent 1f1494e36f
commit 962a3fa11a
37 changed files with 6 additions and 9135 deletions

View File

@@ -92,8 +92,8 @@ function BASE:Inherit( Child, Parent )
end
--- This is the worker method to retrieve the Parent class.
-- @param BASE Child is the Child class from which the Parent class needs to be retrieved.
-- @return Parent
-- @param #BASE Child is the Child class from which the Parent class needs to be retrieved.
-- @return #BASE
function BASE:Inherited( Child )
local Parent = getmetatable( Child )
-- env.info('Inherited class of ' .. Child.ClassName .. ' is ' .. Parent.ClassName )