From 985f28d041f655add3f94f49fb594bf631c6853f Mon Sep 17 00:00:00 2001 From: lsces Date: Thu, 11 Jul 2013 23:25:55 +0100 Subject: Docblockiez the comments --- phpcoord/test-2.3.php | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/phpcoord/test-2.3.php b/phpcoord/test-2.3.php index c9edc8b..8c90261 100644 --- a/phpcoord/test-2.3.php +++ b/phpcoord/test-2.3.php @@ -1,7 +1,12 @@ toSixFigureString() so that the eastings and northings // are rounded rather than floored. @@ -13,11 +18,20 @@ // 2.0 - 21 Dec 2005 // - Completely different object design - conversion functions now through // objects rather than static functions - // - Updated comments and documentation // 1.1 - 11 Sep 2005 + // - Updated comments and documentation + // 1.1 - 11 Sep 2005 // - Added OSGB36/WGS84 data conversions - // 1.0 - 11 Aug 2005 // - Initial version //-------------------------------------------------------------------------- - - + // 1.0 - 11 Aug 2005 + // - Initial version + //-------------------------------------------------------------------------- + * + * @package kernel + * @subpackage functions + */ + +/** + * Load library + */ require_once("phpcoord-2.3.php"); ?> @@ -194,4 +208,4 @@ echo "Converted to UTM Ref: " . $utm2->toString() ;

- \ No newline at end of file + -- cgit v1.3