Quantcast

Remove some redunant luadoc stuff from files that aren't being documented.

John Pasula [11-25-10 - 15:19]
Remove some redunant luadoc stuff from files that aren't being documented.
Filename
Constants.lua
Interface/Panel.lua
Player.lua
Waypoint.lua
diff --git a/Constants.lua b/Constants.lua
index 78a7c70..c712469 100644
--- a/Constants.lua
+++ b/Constants.lua
@@ -10,13 +10,6 @@
 -------------------------------------------------------------------------------
 -- This source code is released under All Rights Reserved.
 -------------------------------------------------------------------------------
--- **AckisRecipeList** provides an interface for scanning professions for missing recipes.
--- There are a set of functions which allow you make use of the ARL database outside of ARL.
--- ARL supports all professions currently in World of Warcraft 3.3.2
--- @class file
--- @name ARL.lua
--- @release 1.0
--------------------------------------------------------------------------------

 -------------------------------------------------------------------------------
 -- AddOn namespace.
diff --git a/Interface/Panel.lua b/Interface/Panel.lua
index 7c94bda..4997b73 100644
--- a/Interface/Panel.lua
+++ b/Interface/Panel.lua
@@ -11,9 +11,6 @@ Please see http://www.wowace.com/addons/arl/ for more information.
 ************************************************************************
 This source code is released under All Rights Reserved.
 ************************************************************************
-@class file
-@name Panel.lua
-************************************************************************
 ]]--

 -------------------------------------------------------------------------------
diff --git a/Player.lua b/Player.lua
index ea83378..47bb138 100644
--- a/Player.lua
+++ b/Player.lua
@@ -11,12 +11,6 @@
 -------------------------------------------------------------------------------
 -- This source code is released under All Rights Reserved.
 -------------------------------------------------------------------------------
---- **AckisRecipeList** provides an interface for scanning professions for missing recipes.
--- There are a set of functions which allow you make use of the ARL database outside of ARL.
--- ARL supports all professions currently in World of Warcraft 3.3.2
--- @class file
--- @name Player.lua
--------------------------------------------------------------------------------

 -------------------------------------------------------------------------------
 -- Localized Lua globals.
diff --git a/Waypoint.lua b/Waypoint.lua
index 2a0cbb5..af77bd5 100644
--- a/Waypoint.lua
+++ b/Waypoint.lua
@@ -10,12 +10,6 @@
 -------------------------------------------------------------------------------
 -- This source code is released under All Rights Reserved.
 -------------------------------------------------------------------------------
--- **AckisRecipeList** provides an interface for scanning professions for missing recipes.
--- There are a set of functions which allow you make use of the ARL database outside of ARL.
--- ARL supports all professions currently in World of Warcraft 3.3.2
--- @class file
--- @name Waypoint.lua
--------------------------------------------------------------------------------

 -------------------------------------------------------------------------------
 -- Localized Lua globals.