- document function
authorAndreas Scherbaum <[email protected]>
Sun, 26 Feb 2012 23:59:56 +0000 (00:59 +0100)
committerAndreas Scherbaum <[email protected]>
Sun, 26 Feb 2012 23:59:56 +0000 (00:59 +0100)
docbot.pl

index a15de460eca07d722dd1a679973b7053f1344e0b..f13449089bcff9df794426f0708c747a82858f5a 100755 (executable)
--- a/docbot.pl
+++ b/docbot.pl
@@ -270,7 +270,14 @@ exit 0;
 ######################################################################
 
 
-
+# init_statistics()
+#
+# init statistic counters
+#
+# parameter:
+#  none
+# return:
+#  none
 sub init_statistics {
     $main::statistics{'docbot_start'} = time();