mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Removing Jenkins warnings
This commit is contained in:
@@ -48,15 +48,15 @@ namespace scripting {
|
||||
class ScriptEngine {
|
||||
public:
|
||||
/**
|
||||
* This structure represents a Lua library, itself consisting of a unique \m name and
|
||||
* an arbitrary number of \m functions
|
||||
* This structure represents a Lua library, itself consisting of a unique #name and
|
||||
* an arbitrary number of #functions
|
||||
*/
|
||||
struct LuaLibrary {
|
||||
/**
|
||||
* This structure represents a Lua function with its \m name, \m function pointer
|
||||
* \m argumentText describing the arguments this function takes, the \m helpText
|
||||
* descripbing the function, and whether it should be shared in a parallel
|
||||
* connection (\m parallelShared)
|
||||
* This structure represents a Lua function with its #name, #function pointer
|
||||
* #argumentText describing the arguments this function takes, the #helpText
|
||||
* describing the function, and whether it should be shared in a parallel
|
||||
* connection (#parallelShared)
|
||||
*/
|
||||
struct Function {
|
||||
/// The name of the function
|
||||
|
||||
Reference in New Issue
Block a user