aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/annotations.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-09 16:29:20 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-12-09 16:29:20 +0000
commit83a52e95ad661aec1576f7c65e3bbb7ed6189562 (patch)
treec5acfe0b0a210593f688108924462d46f3e59b21 /engine/lib/annotations.php
parenteb4558217ba8a82bf6fc38262163d372f47cead2 (diff)
downloadelgg-83a52e95ad661aec1576f7c65e3bbb7ed6189562.tar.gz
elgg-83a52e95ad661aec1576f7c65e3bbb7ed6189562.tar.bz2
Refs #1411: Documentation fix.
git-svn-id: http://code.elgg.org/elgg/trunk@7581 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/annotations.php')
-rw-r--r--engine/lib/annotations.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/annotations.php b/engine/lib/annotations.php
index 72e43fa5c..f858fa8d1 100644
--- a/engine/lib/annotations.php
+++ b/engine/lib/annotations.php
@@ -984,6 +984,8 @@ $count = false) {
* @see elgg_get_entities_from_annotation_calculation()
*
* @param array $options An options array.
+ *
+ * @return string
*/
function elgg_list_entities_from_annotation_calculation($options) {
return elgg_list_entities($options, 'elgg_get_entities_from_annotation_calculation');