Api docblock cleanup.
[civicrm-core.git] / api / v3 / SmsProvider.php
index 0e049ca49e11eded7e0cbf117f861aee107b31ec..2be88fba14f3ae43fe10bee65ee825ac960e226a 100644 (file)
  */
 
 /**
- * File for the CiviCRM APIv3 sms_provider functions
+ * This api exposes CiviCRM sms_provider records.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_sms_provider
- *
  */
 
 /**
- * Save an sms_provider
- *
- * Allowed @params array keys are:
- * {@getfields sms_provider_create}
- * @example sms_providerCreate.php
+ * Save an sms_provider.
  *
  * @param array $params
  *
@@ -50,11 +44,7 @@ function civicrm_api3_sms_provider_create($params) {
 }
 
 /**
- * Get an sms_provider
- *
- * Allowed @params array keys are:
- * {@getfields sms_provider_get}
- * @example sms_providerCreate.php
+ * Get an sms_provider.
  *
  * @param array $params
  *
@@ -66,11 +56,7 @@ function civicrm_api3_sms_provider_get($params) {
 }
 
 /**
- * Delete an sms_provider
- *
- * Allowed @params array keys are:
- * {@getfields sms_provider_delete}
- * @example sms_providerCreate.php
+ * Delete an sms_provider.
  *
  * @param array $params
  *