Rename Documented to DocumentationGenerator

This commit is contained in:
Alexander Bock
2017-05-11 18:16:30 -04:00
parent 17fe85afba
commit 5ebf2a4913
13 changed files with 40 additions and 38 deletions

View File

@@ -25,10 +25,11 @@
#ifndef __OPENSPACE_CORE___SCRIPTENGINE___H__
#define __OPENSPACE_CORE___SCRIPTENGINE___H__
#include <openspace/scripting/lualibrary.h>
#include <openspace/util/documented.h>
#include <openspace/documentation/documentationgenerator.h>
#include <openspace/util/syncdata.h>
#include <openspace/scripting/lualibrary.h>
#include <ghoul/lua/ghoul_lua.h>
#include <ghoul/lua/luastate.h>
#include <ghoul/misc/boolean.h>
@@ -51,7 +52,7 @@ namespace scripting {
* <code>openspace</code> namespac 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 Documented {
class ScriptEngine : public Syncable, public DocumentationGenerator {
public:
using RemoteScripting = ghoul::Boolean;