INFRA-132 - Docblock formatting fixes
[civicrm-core.git] / CRM / Financial / Page / AJAX.php
index e2a61eb09d13bcf1a04c3d425a351d6d5835f0a4..6832c9afd88e8076083f6c5003bb40c7ce5e9bee 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-
 /*
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  * This class contains all the function that are called using AJAX
  */
 class CRM_Financial_Page_AJAX {
-  /*
+
+  /**
    * get financial accounts of required account relationship
    * $financialAccountType array with key account relationship and value financial account type option groups
-   */
-  /**
+   *
    * @param $config
    */
   public static function jqFinancial($config) {