Skip to main content

add_zdoc

Function add_zdoc 

Source
pub fn add_zdoc(lua: &Lua) -> Result<(), Error>
Expand description

Adds the zdoc function to the Lua environment for staging documentation files.

ยงErrors

Returns an error if the zdoc function cannot be set in the global environment.