ltabis / rhai-autodocs

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

Static order for polymorphed functions #5

Closed ltabis closed 5 months ago

ltabis commented 1 year ago

Find a way to order polymorphed functions in order, e. g. using their args, so that generating the documentation multiple times does not produce diffs.

ltabis commented 5 months ago

Kind of resolved with the addition of rhai-autodocs:index:x preprocessor in rust docs, but not ideal https://github.com/ltabis/rhai-autodocs/blob/main/examples/basic/main.rs#L14C8-L14C32