Initial revision of lua 'doc' function
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);
|
||||
|
||||
// Get function documentation.
|
||||
static std::string function_docs(const LuaStack &LS, LuaSlot slot);
|
||||
|
||||
// Serialize and unserialize a source vector.
|
||||
//
|
||||
static void serialize_source(const util::LuaSourceVec &sv, StreamBuffer *sb);
|
||||
|
||||
Reference in New Issue
Block a user