From 508e606fe97e3d2fba164bdecd9e5c1d50559132 Mon Sep 17 00:00:00 2001 From: "Johnny C. Lam" Date: Mon, 24 Sep 2012 20:04:30 +0000 Subject: [PATCH] Test if indentation affects the generated LuaDoc. git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@558 d5049fe3-3747-40f7-a4b5-f36d6801af5f --- OvaleCondition.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/OvaleCondition.lua b/OvaleCondition.lua index 89b6792..ddc6703 100644 --- a/OvaleCondition.lua +++ b/OvaleCondition.lua @@ -420,16 +420,16 @@ OvaleCondition.conditions= return 0.1 end end,]] - --- Get how many pieces of an armor set, e.g., Tier 14 set, are equipped by the player. - -- @name ArmorSetParts - -- @paramsig setName [operator number] - -- @param setName The name of the armor set. Valid values are: T11, T12, T13. - -- @param operator (Optional) Comparison operator: equal, less, more. - -- @param number (Optional) The number to compare against. - -- @returns A number or a boolean value. - -- @usage - -- if ArmorSetParts(T13) >=2 and target.HealthPercent() <60 Spell(ferocious_bite) - -- if ArmorSetParts(T13 more 1) and TargetHealthPercent(less 60) Spell(ferocious_bite) +--- Get how many pieces of an armor set, e.g., Tier 14 set, are equipped by the player. +-- @name ArmorSetParts +-- @paramsig setName [operator number] +-- @param setName The name of the armor set. Valid values are: T11, T12, T13. +-- @param operator (Optional) Comparison operator: equal, less, more. +-- @param number (Optional) The number to compare against. +-- @returns A number or a boolean value. +-- @usage +-- if ArmorSetParts(T13) >=2 and target.HealthPercent() <60 Spell(ferocious_bite) +-- if ArmorSetParts(T13 more 1) and TargetHealthPercent(less 60) Spell(ferocious_bite) armorsetparts = function(condition) local nombre = 0 if OvaleEquipement.nombre[condition[1]] then -- 1.7.9.5