From 236b98a21a27854d8915ba10eba24a1b99435c06 Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 15 Jan 2009 19:46:31 +0000 Subject: [PATCH] Testing more luadoc --- AckisRecipeList.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index f29efe9..cdc9fc0 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -1743,9 +1743,10 @@ do -- Input: Profession of the database needed -- Output: An indicator if the process was successful - --- Return a proxy object that will serialize to null. + --- API for external addons to initialize the recipe database with a specific profession -- @usage AckisRecipeList:AddRecipeData(profession) - -- @return boolean indicating if the operation was successful. + -- @param profession Name of the profession you wish to load data for + -- @return Boolean indicating if the operation was successful. The recipe database will be populated with appropiate data. function addon:AddRecipeData(profession) if (RecipeList) then -- 1.7.9.5