Cleanup api3 docblocks
[civicrm-core.git] / api / v3 / SurveyRespondant.php
index 81953d0987f9b4a9e0b4b1149b1181383d075745..f6bdd31e49d646a0cc2267114dcd49cc37dc3f60 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  */
 
 /**
- * File for the CiviCRM APIv3 Survey Respondant functions
+ * This api exposes CiviCRM Survey Respondant.
  *
  * @package CiviCRM_APIv3
  * @subpackage API_Survey
  */
 
 /**
+ * Notify caller of deprecated function.
+ *
  * @deprecated api notice
  * @return string
  *   to indicate this entire api entity is deprecated
+ *   to indicate this entire api entity is deprecated
  */
 function _civicrm_api3_survey_respondant_deprecation() {
   return 'The survey_respondant api is not currently supported.';
 }
 
 /**
- * Get the list of signatories
+ * Get the list of signatories.
+ *
+ * @deprecated - api currently not supported
  *
  * @param array $params
- *   (reference ) input parameters.
+ *   input parameters.
  *
  * @return array
-   *   (reference )        contribution_id of created or updated record
- * @static void
- * @access public
- * @deprecated - api currently not supported
  */
 function civicrm_api3_survey_respondant_get(&$params) {
 
@@ -81,7 +80,12 @@ function civicrm_api3_survey_respondant_get(&$params) {
 }
 
 /**
+ * Count survey respondents.
+ *
  * @deprecated - api currently not supported
+ *
+ * @param array $params
+ * @return array
  */
 function &civicrm_api3_survey_respondant_count($params) {