INFRA-132 - Move stray comments into docblocks
[civicrm-core.git] / CRM / Mailing / Info.php
index 015d5eb031a1bf46c413daff2a83cb82464d4d2e..03196ea84d5d5339a368447ced654c7cd58cffe7 100644 (file)
@@ -41,8 +41,8 @@ class CRM_Mailing_Info extends CRM_Core_Component_Info {
   protected $keyword = 'mailing';
 
 
-  // docs inherited from interface
   /**
+   * docs inherited from interface
    * @return array
    */
   public function getInfo() {
@@ -77,7 +77,7 @@ class CRM_Mailing_Info extends CRM_Core_Component_Info {
     );
     $result['crmD3'] = array(
       'ext' => 'civicrm',
-      'js' => array('js/angular-crmD3.js', 'js/d3.min.js'),
+      'js' => array('js/angular-crmD3.js', 'bower_components/d3/d3.min.js'),
     );
 
     $config = CRM_Core_Config::singleton();
@@ -177,8 +177,8 @@ class CRM_Mailing_Info extends CRM_Core_Component_Info {
     ) ? TRUE : FALSE;
   }
 
-  // docs inherited from interface
   /**
+   * docs inherited from interface
    * @param bool $getAllUnconditionally
    *
    * @return array
@@ -201,8 +201,8 @@ class CRM_Mailing_Info extends CRM_Core_Component_Info {
   }
 
 
-  // docs inherited from interface
   /**
+   * docs inherited from interface
    * @return null
    */
   public function getUserDashboardElement() {
@@ -218,8 +218,8 @@ class CRM_Mailing_Info extends CRM_Core_Component_Info {
     return NULL;
   }
 
-  // docs inherited from interface
   /**
+   * docs inherited from interface
    * @return array
    */
   public function registerTab() {
@@ -231,8 +231,8 @@ class CRM_Mailing_Info extends CRM_Core_Component_Info {
     );
   }
 
-  // docs inherited from interface
   /**
+   * docs inherited from interface
    * @return array
    */
   public function registerAdvancedSearchPane() {
@@ -242,16 +242,16 @@ class CRM_Mailing_Info extends CRM_Core_Component_Info {
     );
   }
 
-  // docs inherited from interface
   /**
+   * docs inherited from interface
    * @return null
    */
   public function getActivityTypes() {
     return NULL;
   }
 
-  // add shortcut to Create New
   /**
+   * add shortcut to Create New
    * @param $shortCuts
    */
   public function creatNewShortcut(&$shortCuts) {