Start with the work on enabling the ScriptEngine to output an HTML output

This commit is contained in:
Alexander Bock
2016-09-14 11:13:29 +02:00
parent b87e30d0d2
commit 03e7d18343
2 changed files with 74 additions and 43 deletions

View File

@@ -69,7 +69,7 @@ public:
bool runScript(const std::string& script);
bool runScriptFile(const std::string& filename);
bool writeDocumentation(const std::string& filename, const std::string& type) const;
void writeDocumentation(const std::string& filename, const std::string& type) const;
bool writeLog(const std::string& script);