Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2013-12-03 03:02:24 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 03:02:24 +0400
commitb40e4d1da3296b05e5aa1abe64ee12548023da77 (patch)
tree74152033cf00301e04c640cf1ac9fe036bf31f19 /core/WidgetsList.php
parent9b12e776ce827fd552c40a0e7ec3d12e98e2f552 (diff)
converted some links to use @link
Diffstat (limited to 'core/WidgetsList.php')
-rw-r--r--core/WidgetsList.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/WidgetsList.php b/core/WidgetsList.php
index 659ddd02ce..bde8ba170e 100644
--- a/core/WidgetsList.php
+++ b/core/WidgetsList.php
@@ -13,8 +13,8 @@ namespace Piwik;
/**
* Manages the global list of reports that can be displayed as dashboard widgets.
*
- * Reports are added as dashboard widgets through the [WidgetsList.addWidgets](#)
- * event. Plugins should call [add](#add) in event observers for this event.
+ * Reports are added as dashboard widgets through the {@link addWidgets}
+ * event. Plugins should call {@link add()} in event observers for this event.
*
* @package PluginsFunctions
* @api