Преглед изворни кода

Removed usless @version tags from all files.

Taddeus Kroes пре 13 година
родитељ
комит
64ab8c751f
7 измењених фајлова са 1 додато и 8 уклоњено
  1. 0 1
      autoloader.php
  2. 0 1
      base.php
  3. 1 2
      collection.php
  4. 0 1
      logger.php
  5. 0 1
      node.php
  6. 0 1
      router.php
  7. 0 1
      template.php

+ 0 - 1
autoloader.php

@@ -3,7 +3,6 @@
  * A tool for autoloading PHP classes within a root directory and namespace.
  * 
  * @author Taddeus Kroes
- * @version 1.0
  * @date 13-07-2012
  */
 

+ 0 - 1
base.php

@@ -3,7 +3,6 @@
  * Commonly used classes used in the WebBasics package.
  * 
  * @author Taddeus Kroes
- * @version 1.0
  * @date 13-07-2012
  */
 

+ 1 - 2
collection.php

@@ -1,9 +1,8 @@
 <?php
 /**
- * Collection functions, mainly used to manipulate lists of PHPActiveRecord models.
+ * Collection functions, mainly used to manipulate lists of PHP ActiveRecord models.
  * 
  * @author Taddeus Kroes
- * @version 1.0
  * @date 13-07-2012
  */
 

+ 0 - 1
logger.php

@@ -3,7 +3,6 @@
  * Logging functions.
  * 
  * @author Taddeus Kroes
- * @version 1.0
  * @date 13-07-2012
  */
 

+ 0 - 1
node.php

@@ -3,7 +3,6 @@
  * Tree data structure, used for rendering purposes.
  * 
  * @author Taddeus Kroes
- * @version 1.0
  * @date 13-07-2012
  */
 

+ 0 - 1
router.php

@@ -4,7 +4,6 @@
  * function (the 'route' to the corresponding output).
  * 
  * @author Taddeus Kroes
- * @version 1.0
  * @date 14-07-2012
  */
 

+ 0 - 1
template.php

@@ -3,7 +3,6 @@
  * HTML template rendering functions.
  * 
  * @author Taddeus Kroes
- * @version 1.0
  * @date 14-07-2012
  */