From b19c333b8dd7a79098f0655517e80b80165a7ca7 Mon Sep 17 00:00:00 2001 From: Abraar Date: Wed, 19 Jan 2011 13:14:39 +0000 Subject: [PATCH] Changes made for documentation --- gulliver/bin/gulliver.php | 10 ++++------ gulliver/bin/tasks/pakeBase.php | 7 +++---- gulliver/bin/tasks/pakeGulliver.php | 7 +++---- gulliver/bin/tasks/pakePropel.php | 8 ++++---- gulliver/bin/tasks/pakeTest.php | 7 +++---- 5 files changed, 17 insertions(+), 22 deletions(-) diff --git a/gulliver/bin/gulliver.php b/gulliver/bin/gulliver.php index 24ca95739..58eee1aa2 100644 --- a/gulliver/bin/gulliver.php +++ b/gulliver/bin/gulliver.php @@ -20,13 +20,11 @@ * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. - * + * + * /** + * @package gulliver.bin.tasks */ - - /** - * @package gulliver.system - */ - + if (! PATH_THIRDPARTY ) { die("You must launch gulliver command line with the gulliver script\n"); diff --git a/gulliver/bin/tasks/pakeBase.php b/gulliver/bin/tasks/pakeBase.php index 57ebf48fd..532b0b273 100644 --- a/gulliver/bin/tasks/pakeBase.php +++ b/gulliver/bin/tasks/pakeBase.php @@ -20,12 +20,11 @@ * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. - * + * + * /** + * @package gulliver.bin.tasks */ - /** - * @package gulliver.system - */ pake_task('project_exists'); pake_task('app_exists', 'project_exists'); diff --git a/gulliver/bin/tasks/pakeGulliver.php b/gulliver/bin/tasks/pakeGulliver.php index f9aae0819..67acea0a0 100644 --- a/gulliver/bin/tasks/pakeGulliver.php +++ b/gulliver/bin/tasks/pakeGulliver.php @@ -21,13 +21,12 @@ * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. - * + * /** + * @package gulliver.bin.tasks */ //dont work mb_internal_encoding('UTF-8'); - /** - * @package gulliver.system - */ + pake_desc('gulliver version'); diff --git a/gulliver/bin/tasks/pakePropel.php b/gulliver/bin/tasks/pakePropel.php index 5dadad3ed..c0a76f175 100644 --- a/gulliver/bin/tasks/pakePropel.php +++ b/gulliver/bin/tasks/pakePropel.php @@ -20,7 +20,8 @@ * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. - * + * /** + * @package gulliver.bin.tasks */ /* @@ -29,11 +30,10 @@ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. + * */ - /** - * @package gulliver.system - */ + pake_desc('create classes for current model'); pake_task('propel-build-model', 'project_exists'); diff --git a/gulliver/bin/tasks/pakeTest.php b/gulliver/bin/tasks/pakeTest.php index 1aab5d419..1630bbaa2 100644 --- a/gulliver/bin/tasks/pakeTest.php +++ b/gulliver/bin/tasks/pakeTest.php @@ -20,12 +20,11 @@ * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. - * + * /** + * @package gulliver.bin.tasks */ - /** - * @package gulliver.system - */ + pake_desc('launch unit tests'); pake_task('test-unit', 'project_exists');