Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-03-09-21-44-34
[civicrm-core.git] / api / v3 / OptionGroup.php
index e7d793709ab79b3529b743293d6a73f51650bfe1..bbe9bd50db31afbd4179cdc7cc4832f831df9693 100644 (file)
@@ -27,7 +27,8 @@
 
 /**
  * This api exposes CiviCRM option groups.
- * Each group contains option values.
+ *
+ * OptionGroups are containers for option values.
  *
  * @package CiviCRM_APIv3
  */
@@ -70,8 +71,7 @@ function _civicrm_api3_option_group_create_spec(&$params) {
 /**
  * Delete an existing Option Group.
  *
- * This method is used to delete any existing Option Group. id of the group
- * to be deleted is required field in $params array
+ * This method is used to delete any existing OptionGroup given its id.
  *
  * @param array $params
  *   [id]