Add support for doc(builtin)
This commit is contained in:
@@ -173,6 +173,9 @@ public:
|
||||
void set(const std::string &fn, const std::string &code, int sequence);
|
||||
std::string get(const std::string &fn);
|
||||
|
||||
// Add builtins to the global function registry.
|
||||
static void register_lua_builtins();
|
||||
|
||||
// Get function documentation.
|
||||
static std::string function_docs(const LuaStack &LS, LuaSlot slot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user