From 488a027f252e9c8cab67d14ae96844fbfd772474 Mon Sep 17 00:00:00 2001
From: Bruno Massa <brmassa@67164.no-reply.drupal.org>
Date: Mon, 7 Jul 2008 10:25:31 +0000
Subject: [PATCH] Misc: * Some Drupal code compliance fixes

---
 charts.inc                           | 4 ++--
 charts.install                       | 2 +-
 charts.module                        | 2 +-
 charts_system/charts_system.inc      | 2 +-
 charts_system/charts_system.info     | 2 +-
 charts_system/charts_system.module   | 2 +-
 fusioncharts/fusioncharts.inc        | 2 +-
 fusioncharts/fusioncharts.module     | 2 +-
 google_charts/google_charts.inc      | 2 +-
 google_charts/google_charts.module   | 2 +-
 openflashchart/openflashchart.inc    | 2 +-
 openflashchart/openflashchart.module | 2 +-
 12 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/charts.inc b/charts.inc
index e97a6fb..feec9cc 100644
--- a/charts.inc
+++ b/charts.inc
@@ -2,8 +2,8 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file charts.inc
- * Transform DATA into INFORMATION using beautiful CHARTS.
+ * @file
+ * Settings function for Cahrts module.
  */
 
 /**
diff --git a/charts.install b/charts.install
index 0c2ebcd..2966709 100644
--- a/charts.install
+++ b/charts.install
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file charts.install
+ * @file
  * Install and unistall functions for this module
  */
 
diff --git a/charts.module b/charts.module
index 4319f3c..479ecf2 100644
--- a/charts.module
+++ b/charts.module
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file charts.module
+ * @file
  * Transform DATA into INFORMATION using beautiful CHARTS.
  *
  * @note only hooks are here.
diff --git a/charts_system/charts_system.inc b/charts_system/charts_system.inc
index 15e6693..39d9e8c 100644
--- a/charts_system/charts_system.inc
+++ b/charts_system/charts_system.inc
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file charts_system.inc
+ * @file
  * Use Charts for Drupal administration
  */
 
diff --git a/charts_system/charts_system.info b/charts_system/charts_system.info
index 8b97940..6667932 100644
--- a/charts_system/charts_system.info
+++ b/charts_system/charts_system.info
@@ -2,4 +2,4 @@
 core            = "6.x"
 dependencies[]  = charts
 description     = "Use Charts for Drupal administration"
-name            = "Charts System"
\ No newline at end of file
+name            = "Charts System"
diff --git a/charts_system/charts_system.module b/charts_system/charts_system.module
index eb12b23..b0be095 100644
--- a/charts_system/charts_system.module
+++ b/charts_system/charts_system.module
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file charts_system.module
+ * @file
  * Use Charts for Drupal administration
  */
 
diff --git a/fusioncharts/fusioncharts.inc b/fusioncharts/fusioncharts.inc
index be8ab5e..34b6834 100644
--- a/fusioncharts/fusioncharts.inc
+++ b/fusioncharts/fusioncharts.inc
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file fusioncharts.module
+ * @file
  * Use FusionCharts on your site.
  */
 
diff --git a/fusioncharts/fusioncharts.module b/fusioncharts/fusioncharts.module
index 17d6eb5..e27252f 100644
--- a/fusioncharts/fusioncharts.module
+++ b/fusioncharts/fusioncharts.module
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file fusioncharts.module
+ * @file
  * Use FusionCharts on your site.
  *
  * @note only hooks are here.
diff --git a/google_charts/google_charts.inc b/google_charts/google_charts.inc
index 33b4ebe..5993788 100644
--- a/google_charts/google_charts.inc
+++ b/google_charts/google_charts.inc
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file google_charts.inc
+ * @file
  * Use Google Charts on your site.
  */
 
diff --git a/google_charts/google_charts.module b/google_charts/google_charts.module
index e0eb204..ee64fa3 100644
--- a/google_charts/google_charts.module
+++ b/google_charts/google_charts.module
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file google_charts.module
+ * @file
  * Use Google Charts on your site.
  *
  * @note only hooks are here.
diff --git a/openflashchart/openflashchart.inc b/openflashchart/openflashchart.inc
index a8c904e..01f49d1 100644
--- a/openflashchart/openflashchart.inc
+++ b/openflashchart/openflashchart.inc
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file openflashchart.inc
+ * @file
  * Use Open Flash Chart on your site.
  */
 
diff --git a/openflashchart/openflashchart.module b/openflashchart/openflashchart.module
index 1c59159..0d17692 100644
--- a/openflashchart/openflashchart.module
+++ b/openflashchart/openflashchart.module
@@ -2,7 +2,7 @@
 // $Id$
 /**
  * @author Bruno Massa http://drupal.org/user/67164
- * @file openflashchart.module
+ * @file
  * Use Open Flash Chart on your site.
  *
  * @note only hooks are here.
-- 
GitLab