From: <var...@us...> - 2012-11-22 16:44:16
|
Revision: 8525 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8525&view=rev Author: vargenau Date: 2012-11-22 16:44:03 +0000 (Thu, 22 Nov 2012) Log Message: ----------- Update phpdoc Modified Paths: -------------- trunk/lib/plugin/RateIt.php Modified: trunk/lib/plugin/RateIt.php =================================================================== --- trunk/lib/plugin/RateIt.php 2012-11-22 13:17:20 UTC (rev 8524) +++ trunk/lib/plugin/RateIt.php 2012-11-22 16:44:03 UTC (rev 8525) @@ -309,18 +309,13 @@ * * This needs to be put in the <body> section of the page. * - * @param Name $pagename + * @param pagename Name of the page to rate * @param version Version of the page to rate (may be "" for current) - * @param Prefix $imgPrefix - * @param Id $dimension - * @param bool|Makes $small - * @return \HtmlElement - * @internal param \Name $pagename of the page to rate - * @internal param \Prefix $imgPrefix of the names of the images that display the rating + * @param imgPrefix Prefix of the names of the images that display the rating * You can have two widgets for the same page displayed at * once iff the imgPrefix-s are different. - * @internal param \Id $dimension of the dimension to rate - * @internal param \Makes $small a smaller ratings widget if non-false + * @param dimension Id of the dimension to rate + * @param small Makes a smaller ratings widget if non-false * * Limitations: Currently this can only print the current users ratings. * And only the widget, but no value (for buddies) also. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |