makspll / bevy_mod_scripting

Bevy Scripting Plugin
Apache License 2.0
411 stars 31 forks source link

Documentation generation hotfixes #130

Closed ischeinkman closed 2 weeks ago

ischeinkman commented 1 month ago

Hotfix for 2 bugs in the teal environment generation algorithm:

Note that this still doesn't completely fix Teal document generation when using the default Bevy APIs since they're still missing a definition for ReflectedValue, but I'll likely need some guidance on that and will split that off to a separate PR.

gallexme commented 2 weeks ago

Tested it works great,

for the ReflectedValue i had to add .process_type::() crates/bevy_script_api/src/core_providers.rs get_doc_fragment