summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2015-08-25 10:43:38 +0100
committerlsces <lester@lsces.co.uk>2015-08-25 10:43:38 +0100
commita25685d1ae7d3f1afb336470c62c3207b80c5f19 (patch)
treef5a3f01f1ba5f226253fd3b24fd5434aa471337a
parent02967df6990efd44d85b5564e682a4e2c17b04c9 (diff)
downloadblogs-a25685d1ae7d3f1afb336470c62c3207b80c5f19.tar.gz
blogs-a25685d1ae7d3f1afb336470c62c3207b80c5f19.tar.bz2
blogs-a25685d1ae7d3f1afb336470c62c3207b80c5f19.zip
Tidy docblock documentation - still needs a fuller set of comments adding
-rw-r--r--edit.php12
-rw-r--r--index.php3
-rw-r--r--post.php2
-rw-r--r--rankings.php2
-rw-r--r--view.php2
-rw-r--r--view_post.php2
-rw-r--r--view_post_image.php2
7 files changed, 11 insertions, 14 deletions
diff --git a/edit.php b/edit.php
index 4ec0073..95830e8 100644
--- a/edit.php
+++ b/edit.php
@@ -3,15 +3,11 @@
* @version $Header$
* @package blogs
* @subpackage functions
+ * @copyright (c) 2004-2006, bitweaver.org
+ * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
+ * All Rights Reserved. See below for details and a complete list of authors.
+ * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
*/
-//
-
-// @package blogs
-
-// Copyright (c) 2004-2006, bitweaver.org
-// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
-// All Rights Reserved. See below for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
/**
* required setup
diff --git a/index.php b/index.php
index ff42810..3cf4274 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,8 @@
<?php
/**
* @version $Header$
-
+ */
+
/**
* required setup
*/
diff --git a/post.php b/post.php
index 5cf4adc..517aff5 100644
--- a/post.php
+++ b/post.php
@@ -1,7 +1,7 @@
<?php
/**
* @version $Header$
-
+ *
* @package blogs
* @subpackage functions
*/
diff --git a/rankings.php b/rankings.php
index 15ab0e2..c9e0e67 100644
--- a/rankings.php
+++ b/rankings.php
@@ -1,7 +1,7 @@
<?php
/**
* @version $Header$
-
+ *
* @package blogs
* @subpackage functions
*/
diff --git a/view.php b/view.php
index f2f9bff..79d9a76 100644
--- a/view.php
+++ b/view.php
@@ -1,7 +1,7 @@
<?php
/**
* @version $Header$
-
+ *
* @package blogs
* @subpackage functions
*/
diff --git a/view_post.php b/view_post.php
index ba306f0..984e44a 100644
--- a/view_post.php
+++ b/view_post.php
@@ -1,7 +1,7 @@
<?php
/**
* @version $Header$
-
+ *
* @package blogs
* @subpackage functions
*/
diff --git a/view_post_image.php b/view_post_image.php
index 65481be..faec5b2 100644
--- a/view_post_image.php
+++ b/view_post_image.php
@@ -1,7 +1,7 @@
<?php
/**
* @version $Header$
-
+ *
* @package blogs
* @subpackage functions
*/