Browse Source

Minor - Adapting code comments to phpdoc

Yannick Warnier 13 years ago
parent
commit
a1fbf2c264

+ 1 - 0
main/gradebook/lib/be.inc.php

@@ -3,6 +3,7 @@
 /**
  * include this file to have access to all backend classes
  * @author Bert Steppé
+ * @package chamilo.gradebook
  */
 /**
  * Code

+ 1 - 0
main/gradebook/lib/flatview_data_generator.class.php

@@ -4,6 +4,7 @@
  * Class to select, sort and transform object data into array data,
  * used for the teacher's flat view
  * @author Bert Steppé
+ * @package chamilo.gradebook
  */
 /**
  * Class

+ 1 - 1
main/gradebook/lib/gradebook_functions.inc.php

@@ -541,7 +541,7 @@ function get_list_users_certificates ($cat_id=null) {
 *Gets the certificate list by user id
 *@param int The user id
 *@param int The category id
-*@retun array
+*@return array
 */
 function get_list_gradebook_certificates_by_user_id ($user_id,$cat_id=null) {
     $table_certificate = Database::get_main_table(TABLE_MAIN_GRADEBOOK_CERTIFICATE);

+ 1 - 0
main/gradebook/lib/results_data_generator.class.php

@@ -4,6 +4,7 @@
  * Class to select, sort and transform object data into array data,
  * used for the teacher's evaluation results view
  * @author Bert Steppé
+ * @package chamilo.gradebook
  */
 /**
  * Class