pub fn get_registered_starlark_docs() -> Vec<Doc>
Expand description

Get documentation for all items registered with #[derive(StarlarkDocs)]

Note: Because StarlarkDocs uses the inventory crate under the hood, in statically linked binaries, documentation from all compiled crates in the binary will be included.

For dynamically linked binaries, documentation will only be able to retrieved after the crate’s library is dlopen()ed.