From 1c64b1094903cdff1eb7330d7776e7003017f0f3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 23 Feb 2016 23:01:56 +0100 Subject: [PATCH] yet another HTML fix --- _manual/24_lua-scripting/01_brain_dump.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_manual/24_lua-scripting/01_brain_dump.html b/_manual/24_lua-scripting/01_brain_dump.html index 2a8be18..8f21056 100644 --- a/_manual/24_lua-scripting/01_brain_dump.html +++ b/_manual/24_lua-scripting/01_brain_dump.html @@ -142,7 +142,7 @@ The common part for all scripts is the "Descriptor". It's a Lua function which r
type [required]
one of "DSP", "Session", "EditorHook", "EditorAction" (the type is not case-sensitive)
name [required]
Name/Title of the script
-
authorYour Name +
author
Your Name
license
The license of the script (e.g. "GPL" or "MIT")
description
A longer text explaining to the user what the script does
-- 2.37.2