moonwave 1.3.0

Moonwave is a tool for generating documentation from comments in Lua source code.
Documentation
1
2
3
pub fn is_false(bool: &bool) -> bool {
    !bool
}