← Back to team overview

anewt-developers team mailing list archive

[Branch ~uws/anewt/anewt.uws] Rev 1710: [form] Silence Doxygen

 

------------------------------------------------------------
revno: 1710
committer: Wouter Bolsterlee <uws@xxxxxxxxx>
branch nick: anewt.uws
timestamp: Sun 2009-08-02 12:42:23 +0200
message:
  [form] Silence Doxygen
modified:
  form/controls/choice.lib.php


--
lp:anewt
https://code.launchpad.net/~uws/anewt/anewt.uws

Your team Anewt developers is subscribed to branch lp:anewt.
To unsubscribe from this branch go to https://code.launchpad.net/~uws/anewt/anewt.uws/+edit-subscription.
=== modified file 'form/controls/choice.lib.php'
--- form/controls/choice.lib.php	2009-07-21 18:54:20 +0000
+++ form/controls/choice.lib.php	2009-08-02 10:42:23 +0000
@@ -635,6 +635,9 @@
 	 * \param $values
 	 *   Array of values
 	 *
+	 * \param $values
+	 *   Array of values
+	 *
 	 * This method is only intended to be called internally.
 	 */
 	public function set_value($values)
@@ -653,6 +656,9 @@
 	 * \param $force_first
 	 *   Whether to forcibly enable the first option
 	 *
+	 * \param $force_first
+	 *   Whether to forcibly enable the first option
+	 *
 	 * This method is for internal use only.
 	 */
 	public function _ensure_selection($force_first=false)