Author: ts
Date: Tue Mar  4 09:36:24 2008
New Revision: 7503

Log:
- Fixed issue #12629: Method name not replaced with link in
  ezcConsoleMenuDialog::display() API doc.

Modified:
    trunk/ConsoleTools/ChangeLog
    trunk/ConsoleTools/src/dialog/menu_dialog.php
    trunk/ConsoleTools/src/dialog/question_dialog.php

Modified: trunk/ConsoleTools/ChangeLog
==============================================================================
--- trunk/ConsoleTools/ChangeLog [iso-8859-1] (original)
+++ trunk/ConsoleTools/ChangeLog [iso-8859-1] Tue Mar  4 09:36:24 2008
@@ -7,6 +7,8 @@
   ezcConsoleQuestionCollectionValidator and is now used for the 
yes-no-question.
 - Implemented issue #10791: ezcConsoleTable should implement __toString.
 - Fixed issue #12561: getSynopsis() bugs when at least 2 options don't have 
short-names.
+- Fixed issue #12629: Method name not replaced with link in
+  ezcConsoleMenuDialog::display() API doc.
 
 1.3.2 - Monday 14 January 2008
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Modified: trunk/ConsoleTools/src/dialog/menu_dialog.php
==============================================================================
--- trunk/ConsoleTools/src/dialog/menu_dialog.php [iso-8859-1] (original)
+++ trunk/ConsoleTools/src/dialog/menu_dialog.php [iso-8859-1] Tue Mar  4 
09:36:24 2008
@@ -91,8 +91,8 @@
     /**
      * Displays the dialog and retreives a value from the user.
      * Displays the dialog and retreives the desired answer from the user. If
-     * the a valid result is retrieved, it can be obtained using 
-     * [EMAIL PROTECTED] getResult()}. The method {hasValidResult()} can be 
used to check
+     * the a valid result is retrieved, it can be obtained using [EMAIL 
PROTECTED]
+     * getResult()}. The method [EMAIL PROTECTED] hasValidResult()} can be 
used to check
      * if a valid result is available.
      * 
      * @return void

Modified: trunk/ConsoleTools/src/dialog/question_dialog.php
==============================================================================
--- trunk/ConsoleTools/src/dialog/question_dialog.php [iso-8859-1] (original)
+++ trunk/ConsoleTools/src/dialog/question_dialog.php [iso-8859-1] Tue Mar  4 
09:36:24 2008
@@ -100,8 +100,8 @@
     /**
      * Displays the dialog and retreives a value from the user.
      * Displays the dialog and retreives the desired answer from the user. If
-     * the a valid result is retrieved, it can be obtained using 
-     * [EMAIL PROTECTED] getResult()}. The method {hasValidResult()} can be 
used to check
+     * the a valid result is retrieved, it can be obtained using [EMAIL 
PROTECTED]
+     * getResult()}. The method [EMAIL PROTECTED] hasValidResult()} can be 
used to check
      * if a valid result is available.
      * 
      * @return void


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to