ltabis / rhai-autodocs

Generate Markdown documentation from a `rhai::Engine` instance.
MIT License
3 stars 1 forks source link

fix: include missing final section for items when not using `ItemsOrder::ByIndex` #26

Closed Tired-Fox closed 6 months ago

Tired-Fox commented 6 months ago

Add check for current_body when parsing sections to include the final section. Fixes #22

ltabis commented 6 months ago

Thank you for the fix!