Api docblock cleanup.
[civicrm-core.git] / api / v3 / PrintLabel.php
index c074e5b636e2b26a8abb1de59b58caf0cbe77d34..7090991ce38cda9e5e612f93c7d0a309fcbd72db 100644 (file)
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
- * File for the CiviCRM APIv3 print_label functions
+ * This api exposes CiviCRM print_label.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_print_label
- *
  */
 
 /**
- * Save a print_label
- *
- * Allowed @params array keys are:
- * {@getfields print_label_create}
- * @example print_labelCreate.php
+ * Save a print_label.
  *
  * @param array $params
  *
@@ -50,11 +44,7 @@ function civicrm_api3_print_label_create($params) {
 }
 
 /**
- * Get a print_label
- *
- * Allowed @params array keys are:
- * {@getfields print_label_get}
- * @example print_labelCreate.php
+ * Get a print_label.
  *
  * @param array $params
  *
@@ -66,11 +56,7 @@ function civicrm_api3_print_label_get($params) {
 }
 
 /**
- * Delete a print_label
- *
- * Allowed @params array keys are:
- * {@getfields print_label_delete}
- * @example print_labelCreate.php
+ * Delete a print_label.
  *
  * @param array $params
  *