getfields api - ensure 'name' property is set for every field
[civicrm-core.git] / api / v3 / GroupNesting.php
index c0bf9d7e6aa3d6146399618ffdb2759a2a413418..9897ea4699f438f4dac31942779a3ec7fb1be4e5 100644 (file)
@@ -33,7 +33,6 @@
  *
  * @copyright CiviCRM LLC (c) 2004-2014
  * @version $Id: GroupNesting.php 21624 2009-08-07 22:02:55Z wmorgan $
- *
  */
 
 /**
@@ -41,7 +40,6 @@
  *
  * @param array $params
  *   An array containing at least child_group_id or parent_group_id.
- * {@getfields GroupNesting_get}
  *
  * @return array
  *   list of group nesting records
@@ -53,6 +51,7 @@ function civicrm_api3_group_nesting_get($params) {
 
 /**
  * Creates group nesting record for given parent and child id.
+ *
  * Parent and child groups need to exist.
  *
  * @param array $params
@@ -72,9 +71,10 @@ function civicrm_api3_group_nesting_create($params) {
 }
 
 /**
- * Adjust Metadata for Create action
+ * Adjust Metadata for Create action.
+ *
+ * The metadata is used for setting defaults, documentation & validation.
  *
- * The metadata is used for setting defaults, documentation & validation
  * @param array $params
  *   Array or parameters determined by getfields.
  */