Remove the user data from the Lua function definition

This commit is contained in:
Alexander Bock
2021-11-04 16:27:54 +01:00
parent e3e468d5ef
commit 55ee3d2785
31 changed files with 33 additions and 239 deletions

View File

@@ -150,7 +150,6 @@ scripting::LuaLibrary SyncModule::luaLibrary() const {
{
"syncResource",
&luascriptfunctions::syncResource,
{},
"string, number",
"Synchronizes the http resource identified by the name passed as the "
"first parameter and the version provided as the second parameter. The "
@@ -159,7 +158,6 @@ scripting::LuaLibrary SyncModule::luaLibrary() const {
{
"unsyncResource",
&luascriptfunctions::unsyncResource,
{},
"string [, number]",
"Unsynchronizes the http resources identified by the name passed as the "
"first parameter by removing all data that was downloaded as part of the "