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/ArchiveProcessor.php
parent9b12e776ce827fd552c40a0e7ec3d12e98e2f552 (diff)
converted some links to use @link
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 529478caa0..435fb69ad9 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -29,11 +29,11 @@ use Piwik\Period;
*
* When the {@link Archive} class is used to query for archive data and that archive
* data is found to be absent, the archiving process is launched. Instances of the
- * [Archiver](#) classes for every plugin that supplies one are then used to
- * execute archiving logic.
+ * {@link Piwik\Plugin\Archiver} classes for every plugin that supplies one are
+ * then used to execute archiving logic.
*
- * Plugins access ArchiveProcessor instances through the {@link Piwik\Plugin\Archiver Archiver} class.
- * Read the docs for {@link Piwik\Plugin\Archiver Archiver} to learn more about the process.
+ * Plugins access ArchiveProcessor instances through the {@link Piwik\Plugin\Archiver} class.
+ * Read the docs for {@link Piwik\Plugin\Archiver} to learn more about the process.
*
* ### Limitations
*
@@ -43,10 +43,10 @@ use Piwik\Period;
*
* ### See also
*
- * - **{@link Piwik\Plugin\Archiver Archiver}** - to learn how plugins should implement their own analytics
- * aggregation logic.
- * - **{@link Piwik\DataAccess\LogAggregator LogAggregator}** - to learn how plugins can perform data aggregation
- * across Piwik's log tables.
+ * - **{@link Piwik\Plugin\Archiver}** - to learn how plugins should implement their own analytics
+ * aggregation logic.
+ * - **{@link Piwik\DataAccess\LogAggregator}** - to learn how plugins can perform data aggregation
+ * across Piwik's log tables.
*
* ### Examples
*
@@ -158,7 +158,7 @@ class ArchiveProcessor
}
/**
- * Returns a [LogAggregator](#) instance for the site, period and segment this
+ * Returns a `{@link Piwik\DataAccess\LogAggregator}` instance for the site, period and segment this
* ArchiveProcessor will insert archive data for.
*
* @return LogAggregator