rhaiscript / rhai-doc

Tool to auto-generate documentation for Rhai source code.
https://crates.io/crates/rhai-doc
Apache License 2.0
16 stars 1 forks source link

Add list of functions in navigation bar for current script #1

Closed schungx closed 3 years ago

schungx commented 3 years ago
API
  example.rhai
    - foo(bar, baz)
    - bar()
    - thing()

Clicking on each function will jump to that function's definition.

Optimally, you'd have a button to collapse the list so the user can quickly navigate to another script file.

schungx commented 3 years ago

This is now added.