Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-09-11-44-07
[civicrm-core.git] / api / v3 / CaseType.php
index dfdf62d0922ed86a0d1e439d22afa1b1d5fc3c05..bd556ec65ab243b28e0f2f98454d4fcaac1c2df9 100644 (file)
  */
 
 /**
- * File for the CiviCRM APIv3 Case functions
- * Developed by woolman.org
+ * This api exposes CiviCRM Case.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_Case
- * @copyright CiviCRM LLC (c) 2004-2014
  */
 
 /**
@@ -43,7 +40,6 @@
  * @throws API_Exception
  * @return array
  *   API result array
- *
  */
 function civicrm_api3_case_type_create($params) {
   civicrm_api3_verify_mandatory($params, _civicrm_api3_get_DAO(__FUNCTION__));