diff --git a/charts.inc b/charts.inc index e97a6fb1193777342a12b750eba7cc4c5ef5b4a6..feec9cca2bf70b61b1551f3d3659879e87e104ae 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 0c2ebcda416b22bedda2ba09b44582829ee40f42..29667097f3273cd71db9f829d025d68b2e848db9 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 4319f3c48ca5751d8bb4bd5c6d680bd487bf3fe1..479ecf225a01cf1689d733a539403f0f65c897b8 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 15e6693d3dce3fb182e4fbabef788f21b299e348..39d9e8c502dfaa4a721a35817fc83f1d4b2a606a 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 8b979403f88593488dd400de8879511c8520436c..6667932a2aebedba7ee29f410b53c400cc8bb788 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 eb12b23f1b11ac12c7e1c4d0427551a3b966fc38..b0be095ef0c7838e4e2f2b40a294e2a6d9482fbd 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 be8ab5e64487dca2061d2fbbc4c66a751edeae4f..34b68348778617d261aa6842b60e241f90178e76 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 17d6eb5539e23573fc33d93cda2b4937b489568f..e27252f6ba370f3ec1f07b6eda5722584b35e931 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 33b4ebe0b21434ec0ef7b6957eceb8e485ae8956..599378894468fc5ee02bdb94078b0642c7159c90 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 e0eb20428598d382ad94693f14a123ea54b4ade1..ee64fa31bab8a775540d95ff1cbb6858c89f4df4 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 a8c904ee06251fcdfdcc25a70eafb2b2fdee0cd1..01f49d1a5f0a74acdca08da0a1e78e523d2fc8d3 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 1c591599c28094aa8cca31dd212156cff2f57bf9..0d176922db2c3598559abb5be730b427666fbf38 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.