Fix: missing/duplicate documentation tags for scripts

This commit is contained in:
Rubidium
2023-01-25 23:40:57 +01:00
committed by rubidium42
parent 3112b387e7
commit f9a473bef7
12 changed files with 80 additions and 18 deletions

View File

@@ -61,6 +61,7 @@ public:
/**
* Constructor of ScriptEvent, to get the type of event.
* @param type The type of event to construct.
*/
ScriptEvent(ScriptEvent::ScriptEventType type) :
type(type)