Quantcast

Add missing @name LuaDoc tag for the "Speed" condition.

Johnny C. Lam [09-27-12 - 17:09]
Add missing @name LuaDoc tag for the "Speed" condition.

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@575 d5049fe3-3747-40f7-a4b5-f36d6801af5f
Filename
OvaleCondition.lua
diff --git a/OvaleCondition.lua b/OvaleCondition.lua
index 5a0e45f..6f10d86 100644
--- a/OvaleCondition.lua
+++ b/OvaleCondition.lua
@@ -2049,6 +2049,7 @@ OvaleCondition.conditions=
 --- Get the current speed of the target.
 -- If the target is not moving, then this condition returns 0 (zero).
 -- If the target is at running speed, then this condition returns 100.
+-- @name Speed
 -- @paramsig number or boolean
 -- @param operator Optional. Comparison operator: equal, less, more.
 -- @param number Optional. The number to compare against.