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 01:18:30 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 01:18:30 +0400
commit9b12e776ce827fd552c40a0e7ec3d12e98e2f552 (patch)
tree5e4dc07e0dcc8de4cc8f39e340497f9c1c84bfa7 /core/ArchiveProcessor.php
parentfcf22b6687b7d257f4fad45accf608d4b7917a9f (diff)
testing whether these inline links are working
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 11aba86122..529478caa0 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -27,13 +27,13 @@ use Piwik\Period;
* During the Archiving process an instance of this class is used by plugins
* to cache aggregated analytics statistics.
*
- * When the [Archive](#) class is used to query for archive data and that archive
+ * 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.
*
- * Plugins access ArchiveProcessor instances through the [Archiver](#) class. Read
- * the docs for [Archiver](#) to learn more about the process.
+ * 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.
*
* ### Limitations
*
@@ -43,10 +43,10 @@ use Piwik\Period;
*
* ### See also
*
- * - **[Archiver](#)** - to learn how plugins should implement their own analytics
- * aggregation logic.
- * - **[LogAggregator](#)** - to learn how plugins can perform data aggregation
- * across Piwik's log tables.
+ * - **{@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.
*
* ### Examples
*