some more comment fixes
[civicrm-core.git] / api / v3 / CustomSearch.php
index 3137c49ecfe20e9d94636c1a05485f662f3e4430..55197d9c336b554bd5d0b9cb7ed3f6ddf34638a6 100644 (file)
@@ -1,18 +1,14 @@
 <?php
 
 /**
- * Retrieve a CustomSearches
+ * Retrieve custom searches.
  *
  * FIXME This is a bare-minimum placeholder
  *
  * @param array $params
  *
- * {@example OptionValueGet.php 0}
- * @example OptionValueGet.php
- *
  * @return array
  *   details of found Option Values
- *   {@getfields OptionValue_get}
  */
 function civicrm_api3_custom_search_get($params) {
   require_once 'api/v3/OptionValue.php';