--- nfo/php/libs/org.netfrag.glib/DesignPattern/Facade.php 2003/03/11 02:04:37 1.10 +++ nfo/php/libs/org.netfrag.glib/DesignPattern/Facade.php 2003/03/11 02:14:25 1.11 @@ -14,9 +14,12 @@ * Cvs-Log: * *
- * $Id: Facade.php,v 1.10 2003/03/11 02:04:37 joko Exp $
+ * $Id: Facade.php,v 1.11 2003/03/11 02:14:25 joko Exp $
  *
  * $Log: Facade.php,v $
+ * Revision 1.11  2003/03/11 02:14:25  joko
+ * + fixed metadata for phpDocumentor
+ *
  * Revision 1.10  2003/03/11 02:04:37  joko
  * + fixed metadata for phpDocumentor
  *
@@ -63,6 +66,7 @@
  * --- An attempt to implement some software design patterns...  The FacadePattern
  *
  * @link http://c2.com/cgi-bin/wiki?FacadePattern
+ *
  *  Intent: Provide a unified interface to a set of interfaces in a subsystem.
  *  Facade defines a higher-level interface that makes the subsystem easier to use. 
  *  This can be used to simplify a number of complicated object interactions into a single interface. 
@@ -80,8 +84,8 @@
  * @name DesignPattern::Facade
  *
  * @todo this:
- * o xyz
- * o bla, bli, blub
+ *   o xyz
+ *   o bla, bli, blub
  *
  */
 class DesignPattern_Facade extends Class_Logger {