Quantcast

Updated some documentation comments.

F16Gaming [07-04-12 - 06:26]
Updated some documentation comments.
Filename
Command.lua
diff --git a/Command.lua b/Command.lua
index 9aa9a93..719df1f 100644
--- a/Command.lua
+++ b/Command.lua
@@ -114,6 +114,8 @@ function C:LoadSavedVars()
 	self.Global.VERSION = self.VarVersion
 end

+--- Check AddOn version and display notice in chat if a newer is detected.
+--
 function C:CheckVersion(ver)
 	if self.VersionChecked then return end
 	ver = ver or 0