[geeklog-cvs] geeklog: Stop phpDocumentor from (wrongly) complaining about red...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 5 17:43:07 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/1d689f9b83d0
changeset: 7284:1d689f9b83d0
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Sep 05 23:40:24 2009 +0200
description:
Stop phpDocumentor from (wrongly) complaining about redefining XHTML constant

diffstat:

 public_html/lib-common.php |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 9075a7c1a6f4 -r 1d689f9b83d0 public_html/lib-common.php
--- a/public_html/lib-common.php	Sat Sep 05 23:21:57 2009 +0200
+++ b/public_html/lib-common.php	Sat Sep 05 23:40:24 2009 +0200
@@ -309,6 +309,9 @@
         break;
 
     default:
+        /**
+        * @ignore
+        */
         define('XHTML', '');
         break;
     }



More information about the geeklog-cvs mailing list