diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-08-21 06:42:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-08-21 06:42:38 +0000 |
commit | 94e30bf7761f5857945df906ae5ba7da5c2fc9b5 (patch) | |
tree | b7a3c1801f3ba7ef2be6a0a3c0bde0781542a234 /modules/comment/comment.module | |
parent | 6696028a759b50e5551f471e4d71443744201da4 (diff) | |
download | brdo-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/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 082c150a4..0f9980b67 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -3,8 +3,7 @@ /** * @file - * - * Enables user to comment on published content. + * Enables users to comment on published content. * * When enabled, the Drupal comment module creates a discussion * board for each Drupal node. Users can post comments to discuss |