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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-18 09:26:43 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-18 09:27:03 +0400
commit2e8317c70937995cc6c72d8c3abb6e44f0e6e796 (patch)
tree3c1a654c1a8c6b74f318f35ae4427d6b7a7280d4 /core/Archive.php
parentc7ed462ff67e957e92ec00d47546eb2fe02e8424 (diff)
Refs #4200, do not generate docs for CacheFile class, document @api methods in Common, remove unused Common:: var, remove Common::substr and Common::strlen.
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 0ba82cc81f..24a650bde5 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -18,9 +18,9 @@ use Piwik\Period\Range;
/**
* The **Archive** class is used to query archive data.
- * @see Segment
- * You can use **Archive** instances to get archive data for one or more sites and
- * for one or more periods. A Segment can also be used
+ *
+ * You can use **Archive** instances to get archive data for one or more sites,
+ * for one or more periods and on optional segment.
*
* If archive data is not found, this class will initiate the archiving process. [1](#footnote-1)
*