Index: template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/template.php,v
retrieving revision 1.12
diff -U 3 -r1.12 template.php
--- template.php	9 May 2010 14:20:04 -0000	1.12
+++ template.php	19 May 2010 13:52:53 -0000
@@ -2,7 +2,12 @@
 // $Id$
 
 /**
- * Add body classes if certain regions have content.
+ * @file
+ * Theme functions for the bartik theme.
+ */
+
+/**
+ * Implements THEME_preprocess_HOOK().
  */
 function bartik_preprocess_html(&$variables) {
   if (!empty($variables['page']['featured'])) {
@@ -28,7 +33,7 @@
 }
 
 /**
- * Override or insert variables into the page template for HTML output.
+ * Implements THEME_process_HOOK().
  */
 function bartik_process_html(&$variables) {
   // Hook into color.module.
@@ -38,7 +43,7 @@
 }
 
 /**
- * Override or insert variables into the page template.
+ * Implements THEME_process_HOOK().
  */
 function bartik_process_page(&$variables) {
   // Hook into color.module.
@@ -74,7 +79,7 @@
 }
 
 /**
- * Override or insert variables into the maintenance page template.
+ * Implements THEME_process_HOOK().
  */
 function bartik_process_maintenance_page(&$variables) {
   // Always print the site name, but don't always show it visually.
@@ -91,7 +96,7 @@
 }
 
 /**
- * Override or insert variables into the block template.
+ * Implements THEME_preprocess_HOOK().
  */
 function bartik_preprocess_block(&$variables) {
   // In the header region, visually hide the title of any menu block or of the
