[geeklog-cvs] geeklog: Some minor additions for phpDocumentor documentation

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 15 16:55:24 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/05f2aee29a2d
changeset: 6840:05f2aee29a2d
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Mar 15 18:57:47 2009 +0100
description:
Some minor additions for phpDocumentor documentation

diffstat:

5 files changed, 10 insertions(+)
plugins/links/autoinstall.php      |    2 ++
plugins/links/functions.inc        |    2 ++
plugins/links/install_defaults.php |    2 ++
plugins/spamx/autoinstall.php      |    2 ++
plugins/spamx/install_defaults.php |    2 ++

diffs (60 lines):

diff -r da16bb625546 -r 05f2aee29a2d plugins/links/autoinstall.php
--- a/plugins/links/autoinstall.php	Sun Mar 15 18:50:42 2009 +0100
+++ b/plugins/links/autoinstall.php	Sun Mar 15 18:57:47 2009 +0100
@@ -30,6 +30,8 @@
 // +---------------------------------------------------------------------------+
 
 /**
+* Autoinstall API functions for the Links plugin
+*
 * @package Links
 */
 
diff -r da16bb625546 -r 05f2aee29a2d plugins/links/functions.inc
--- a/plugins/links/functions.inc	Sun Mar 15 18:50:42 2009 +0100
+++ b/plugins/links/functions.inc	Sun Mar 15 18:57:47 2009 +0100
@@ -37,6 +37,8 @@
 // +---------------------------------------------------------------------------+
 
 /**
+* Implementation of the Plugin API for the Links plugin
+*
 * @package Links
 */
 
diff -r da16bb625546 -r 05f2aee29a2d plugins/links/install_defaults.php
--- a/plugins/links/install_defaults.php	Sun Mar 15 18:50:42 2009 +0100
+++ b/plugins/links/install_defaults.php	Sun Mar 15 18:57:47 2009 +0100
@@ -37,6 +37,8 @@
 // +---------------------------------------------------------------------------+
 
 /**
+* Install data and defaults for the Links plugin configuration
+*
 * @package Links
 */
 
diff -r da16bb625546 -r 05f2aee29a2d plugins/spamx/autoinstall.php
--- a/plugins/spamx/autoinstall.php	Sun Mar 15 18:50:42 2009 +0100
+++ b/plugins/spamx/autoinstall.php	Sun Mar 15 18:57:47 2009 +0100
@@ -30,6 +30,8 @@
 // +---------------------------------------------------------------------------+
 
 /**
+* Autoinstall API functions for the Spam-X plugin
+*
 * @package Spam-X
 */
 
diff -r da16bb625546 -r 05f2aee29a2d plugins/spamx/install_defaults.php
--- a/plugins/spamx/install_defaults.php	Sun Mar 15 18:50:42 2009 +0100
+++ b/plugins/spamx/install_defaults.php	Sun Mar 15 18:57:47 2009 +0100
@@ -32,6 +32,8 @@
 // +---------------------------------------------------------------------------+
 
 /**
+* Install data and defaults for the Spam-X plugin configuration
+*
 * @package Spam-X
 */
 



More information about the geeklog-cvs mailing list