getfields api - ensure 'name' property is set for every field
[civicrm-core.git] / api / v3 / GroupNesting.php
index a6643f1af55311ef93dd020138318df7c902fca7..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
@@ -60,7 +59,6 @@ function civicrm_api3_group_nesting_get($params) {
  *
  * @return array
  *   TBD
- * {@getfields GroupNesting_create
  * @todo Work out the return value.
  */
 function civicrm_api3_group_nesting_create($params) {
@@ -73,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.
  */