Description

autodoc. function_simple ( )

Description

autodoc. function_untyped_args ( a : any , b : any , c : any )

Description

autodoc. function_typed_args ( a : integer , b : string )

Description

autodoc. function_typed_optional_args ( a? : integer , b? : string )

Description

autodoc. function_typed_args_crossrefs ( T : T )

Description

autodoc. function_return_type ( ) integer

Description

autodoc. function_return_types ( ) integer , boolean

Description

autodoc. function_optional_return_types ( ) integer ?

Description

autodoc. function_named_return_types ( ) a : integer , b : boolean

Description

autodoc. function_named_optional_return_types ( ) a? : integer

Description

autodoc. function_return_types_crossrefs ( ) T

Description

autodoc. function_complex_types ( x : table < string , T > , y : fun ( x : T , ... any ) : ( T : T , ... unknown ) ) a : table < string , string > , ... : fun ( a : integer , ... any ) : ( a : integer , ... unknown )

Description

autodoc. function_param_return_doc ( x : integer , y? : string ) a : integer , b? : string

Description

Parameters :
  • x ( integer ) – Description x

  • y? ( string ) – Description y

Returns :
  • a ( integer ) – Description a

  • b? ( string ) – Description b

autodoc. function_unnamed_return_doc ( ) integer , string ?

Description

Returns :
  • _1 ( integer ) – Description a

  • _2? ( string ) – Description b

autodoc. data_simple : integer

Description

autodoc. data_nested : table

Description

autodoc. table_simple

Description

autodoc. table_nested

Description

table_data : integer

Description

alias autodoc. alias_simple = __alias_base_type

Description.

class autodoc. class_simple

Description.

class autodoc. class_one_base : T

Description.

class autodoc. class_multiple_bases : T , { [ string ] : integer }

Description.

class autodoc. class_members

Description

data : integer

Description.

method ( self : autodoc.class_members )

Description

classmethod classmethod ( self : autodoc.class_members )

Description

staticmethod staticmethod ( )

Description

staticmethod staticmethod_with_args ( a : any , b : any , c : any )

Description