more cleanup batch 16
[civicrm-core.git] / api / v3 / Country.php
index a0a9dc0f070b284abcdc405f5742ecbb97834e2f..647e8aa717001420c88b1da288b225f9b9923cbd 100644 (file)
@@ -50,7 +50,6 @@ require_once 'CRM/Core/DAO/Country.php';
  * @return array
  *   API result array
  * @throws \API_Exception
- * @access public
  */
 function civicrm_api3_country_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_DAO(__FUNCTION__), $params);
@@ -74,10 +73,9 @@ function _civicrm_api3_country_create_spec(&$params) {
  *
  * @example CountryDelete.php Standard Delete Example
  *
- * @return boolean
+ * @return bool
  *   | error  true if successfull, error otherwise
- * {@getfields country_delete}
- * @access public
+ *   {@getfields country_delete}
  */
 function civicrm_api3_country_delete($params) {
   return _civicrm_api3_basic_delete(_civicrm_api3_get_DAO(__FUNCTION__), $params);
@@ -86,9 +84,6 @@ function civicrm_api3_country_delete($params) {
 /**
  * Retrieve one or more countrys
  *
- * @param array input parameters
- *
- *
  * @example CountryGet.php Standard Get Example
  *
  * @param array $params
@@ -96,8 +91,7 @@ function civicrm_api3_country_delete($params) {
  *
  * @return array
  *   api result array
- * {@getfields country_get}
- * @access public
+ *   {@getfields country_get}
  */
 function civicrm_api3_country_get($params) {