mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Documentation + Fixing bugs in CleanUp class related to client bug in 1.5.3
This commit is contained in:
@@ -89,8 +89,8 @@ function BASE:Inherit( Child, Parent )
|
||||
end
|
||||
|
||||
--- This is the worker method to retrieve the Parent class.
|
||||
-- @tparam BASE Child is the Child class from which the Parent class needs to be retrieved.
|
||||
-- @treturn Parent
|
||||
-- @param BASE Child is the Child class from which the Parent class needs to be retrieved.
|
||||
-- @return Parent
|
||||
function BASE:Inherited( Child )
|
||||
local Parent = getmetatable( Child )
|
||||
-- env.info('Inherited class of ' .. Child.ClassName .. ' is ' .. Parent.ClassName )
|
||||
|
||||
Reference in New Issue
Block a user