Module docgen

Module docgen 

Source
Expand description

Documentation generation for scripting languages.

Re-exports§

pub use info::*;
pub use typed_through::*;

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.