Quantcast

Fix minor typo.

ackis [01-15-09 - 19:25]
Fix minor typo.
Filename
AckisRecipeList.lua
Docs/Documentation.txt
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