mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Improved the Lua documentation
- Lua documentation now needs a string giving the arguments list. - When generating documentation first prints the command list and then prints the documentation for each command. - Supports fixed max line length (set to 80) - Uses four blank spaces as padding (easily replacable)
This commit is contained in:
@@ -42,6 +42,7 @@ public:
|
||||
struct Function {
|
||||
std::string name;
|
||||
lua_CFunction function;
|
||||
std::string argumentText;
|
||||
std::string helpText;
|
||||
};
|
||||
std::string name;
|
||||
|
||||
Reference in New Issue
Block a user