From 640f59fa2888869f694ec5ba465a2caaf9f71f16 Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 15 Jan 2009 19:41:47 +0000 Subject: [PATCH] Add a few more lines of docs. --- AckisRecipeList.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 60efa2b..f29efe9 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -1743,7 +1743,9 @@ do -- Input: Profession of the database needed -- Output: An indicator if the process was successful - -- @return Boolean indicating if the operation was successful. + --- Return a proxy object that will serialize to null. + -- @usage AckisRecipeList:AddRecipeData(profession) + -- @return boolean indicating if the operation was successful. function addon:AddRecipeData(profession) if (RecipeList) then -- 1.7.9.5