Update Doxygen (#2537)

* Modernizing Doxygen
* Remove warnings for Doxygen
This commit is contained in:
Alexander Bock
2023-03-06 15:41:24 -07:00
committed by GitHub
parent ebf0454da2
commit a711591c09
83 changed files with 3309 additions and 1758 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ namespace openspace::scripting {
* executing scripts (#runScript and #runScriptFile). Before usage, it has to be
* #initialize%d and #deinitialize%d. New ScriptEngine::Library%s consisting of
* ScriptEngine::Library::Function%s have to be added which can then be called using the
* <code>openspace</code> namespac prefix in Lua. The same functions can be exposed to
* `openspace` namespace prefix in Lua. The same functions can be exposed to
* other Lua states by passing them to the #initializeLuaState method.
*/
class ScriptEngine : public Syncable, public DocumentationGenerator {