More comment fixes
[civicrm-core.git] / api / v3 / PaymentProcessor.php
index 4bb89c729da60961a0b8d036e719838e39e2f1a6..1ced6d606ee4843864dd8ca5f4bc21d578c3147f 100644 (file)
  */
 
 /**
- * Add/Update a PaymentProcessor
- *
- * Allowed @params array keys are:
- * {@getfields payment_processor_create}
+ * Add/Update a PaymentProcessor.
  *
  * @param array $params
  *
@@ -50,9 +47,10 @@ function civicrm_api3_payment_processor_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.
  */
@@ -63,10 +61,9 @@ function _civicrm_api3_payment_processor_create_spec(&$params) {
 }
 
 /**
- * Deletes an existing PaymentProcessor
+ * Deletes an existing PaymentProcessor.
  *
  * @param array $params
- * {@getfields payment_processor_delete}
  *
  * @return array
  *   API result Array
@@ -76,11 +73,10 @@ function civicrm_api3_payment_processor_delete($params) {
 }
 
 /**
- * Retrieve one or more PaymentProcessor
+ * Retrieve one or more PaymentProcessor.
  *
  * @param array $params
- *   An associative array of name/value pairs.
- * {@getfields payment_processor_get}
+ *   Array of name/value pairs.
  *
  * @return array
  *   details of found PaymentProcessor