Module docgen

Source
Expand description

Documentation generation for scripting languages.

Modules§

info
Information about functions and their arguments.
typed_through
Defines a set of traits which destruture bevy::reflect::TypeInfo and implement a light weight wrapper around it, to allow types which normally can’t implement bevy::reflect::Typed to be used in a reflection context.

Structs§

FunctionArgInfo
Information about a function argument.
FunctionInfo
Information about a function.
FunctionReturnInfo
Information about a function return value.

Enums§

ThroughTypeInfo
All Through types follow one rule:
TypedWrapperKind
The kind of typed wrapper.
UntypedWrapperKind
The kind of untyped wrapper.

Traits§

GetFunctionInfo
for things you can call and provide some introspection capability.
TypedThrough
A trait for types that can be converted to a ThroughTypeInfo.

Functions§

into_through_type_info
A dynamic version of TypedThrough, which can be used to convert a TypeInfo into a ThroughTypeInfo.