From a53a7c96c520999ad1b0469e5d0f87d8e16d3f5e Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 15 Jan 2009 19:25:32 +0000 Subject: [PATCH] Fix minor typo. --- AckisRecipeList.lua | 3 ++- Docs/Documentation.txt | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 5ad5cce..60efa2b 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -233,7 +233,6 @@ function addon:OnInitialize() timbermaw = true, violeteye = true, zandalar = true, - -- Below this is WotLK stuff. May need to be changed post beta. argentcrusade = true, frenzyheart = true, ebonblade = true, @@ -1738,11 +1737,13 @@ do end + -- Description: API for external addons to initialize the recipe database with a specific profession -- Expected result: Recipe database is updated with recipe information for the current profession -- Input: Profession of the database needed -- Output: An indicator if the process was successful + -- @return Boolean indicating if the operation was successful. function addon:AddRecipeData(profession) if (RecipeList) then diff --git a/Docs/Documentation.txt b/Docs/Documentation.txt index 9208698..f149b0a 100644 --- a/Docs/Documentation.txt +++ b/Docs/Documentation.txt @@ -86,23 +86,23 @@ I believe this will get through the flags in the shortest possible route, short ===List of Non-exclusive filters=== -#If false, this will only exclude the display of cross-faction vendors/trainers/etc: -##faction - -#The following filters will simply squelch the display of that particular acquire method -##rainer -##vendor -##instance -##raid -##seasonal -##quest -##pvp -##discovery -##worlddrop -##mobdrop -##item (This includes ALL weapon and armor item types) -##player types ( melee, tank, caster, healer ) -##reputation (All recputation flags ) +*If false, this will only exclude the display of cross-faction vendors/trainers/etc: +**faction + +*The following filters will simply squelch the display of that particular acquire method +**rainer +**vendor +**instance +**raid +**seasonal +**quest +**pvp +**discovery +**worlddrop +**mobdrop +**item (This includes ALL weapon and armor item types) +**player types ( melee, tank, caster, healer ) +**reputation (All recputation flags ) Note that if NO acquire methods remain unfiltered, the recipe will not be displayed -- 1.7.9.5