Explorar el Código

Minor - update phpdoc

jmontoyaa hace 8 años
padre
commit
dcc9e2affe
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      main/inc/lib/api.lib.php

+ 5 - 3
main/inc/lib/api.lib.php

@@ -1743,7 +1743,8 @@ function api_get_cidreq($addSessionId = true, $addGroupId = true, $origin = '')
 }
 
 /**
- * get gradebook in session
+ * Get if we visited a gradebook page
+ * @return bool
  */
 function api_is_in_gradebook()
 {
@@ -1751,7 +1752,8 @@ function api_is_in_gradebook()
 }
 
 /**
- * set gradebook session
+ * Set that we are in a page inside a gradebook
+ * @return bool
  */
 function api_set_in_gradebook()
 {
@@ -1759,7 +1761,7 @@ function api_set_in_gradebook()
 }
 
 /**
- * remove gradebook session
+ * Remove gradebook session
  */
 function api_remove_in_gradebook()
 {