summaryrefslogtreecommitdiff
path: root/modules/throttle.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-08-21 06:42:38 +0000
committerDries Buytaert <dries@buytaert.net>2004-08-21 06:42:38 +0000
commit94e30bf7761f5857945df906ae5ba7da5c2fc9b5 (patch)
treeb7a3c1801f3ba7ef2be6a0a3c0bde0781542a234 /modules/throttle.module
parent6696028a759b50e5551f471e4d71443744201da4 (diff)
downloadbrdo-94e30bf7761f5857945df906ae5ba7da5c2fc9b5.tar.gz
brdo-94e30bf7761f5857945df906ae5ba7da5c2fc9b5.tar.bz2
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
Diffstat (limited to 'modules/throttle.module')
-rw-r--r--modules/throttle.module5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/throttle.module b/modules/throttle.module
index c093857d9..edabde4e6 100644
--- a/modules/throttle.module
+++ b/modules/throttle.module
@@ -2,6 +2,11 @@
// $Id$
/**
+ * @file
+ * Allows configuration of congestion control auto-throttle mechanism.
+ */
+
+/**
* Determine the current load on the site.
*
* Call the throttle_status() function from your own modules, themes, blocks,