codo
Version:
A CoffeeScript documentation generator.
30 lines (29 loc) • 592 B
text/coffeescript
# This is a test class with `inline.dot`. Beware.
#
# @note Please use
# this carefully
# @note For internal use only
#
# @example
# Class.getType('cat')
#
# @example Use it in this way
# new Class()
#
# @example Alternatively also this is possible
# cl = Class.for(obj)
# cl.execute()
#
# @todo Clean up socket handler
# @todo Refactor
# property factory
# @author Netzpirat
# @author Plasticman
# @abstract Each listener implementation must inherit
# @private
# @deprecated Use other class
# which is thread safe
# @since 1.0.0
# @version 1.0.2
#
class TestClassDocumentation