aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-05-05 00:23:57 +0200
committerKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-05-05 00:23:57 +0200
commiteeb9103e267a01ad5f076afeb02bedabfcc70db9 (patch)
tree0acb913f3381cf5190afcf81abfd8dcb155723ee /include/feedutils.php
parent1f6386bd601a66736ef0a1f3b6bfb088d471e336 (diff)
downloadvolse-hubzilla-eeb9103e267a01ad5f076afeb02bedabfcc70db9.tar.gz
volse-hubzilla-eeb9103e267a01ad5f076afeb02bedabfcc70db9.tar.bz2
volse-hubzilla-eeb9103e267a01ad5f076afeb02bedabfcc70db9.zip
:bulb: correct some Doxygen syntax mistakes.
Diffstat (limited to 'include/feedutils.php')
-rw-r--r--include/feedutils.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/feedutils.php b/include/feedutils.php
index 06a342a3f..6bb7d103e 100644
--- a/include/feedutils.php
+++ b/include/feedutils.php
@@ -742,7 +742,7 @@ function encode_rel_links($links) {
* @param $importer
* The contact_record (joined to user_record) of the local user who owns this
* relationship. It is this person's stuff that is going to be updated.
- * @param array $contact[in,out]
+ * @param[in,out] array $contact
* The person who is sending us stuff. If not set, we MAY be processing a "follow" activity
* from an external network and MAY create an appropriate contact record. Otherwise, we MUST
* have a contact record.
@@ -1232,8 +1232,11 @@ function handle_feed($uid, $abook_id, $url) {
/**
* @brief Return a XML tag with author information.
*
+ * @hooks \b atom_author Possibility to add further tags to returned XML string
+ * * \e string The created XML tag as a string without closing tag
* @param string $tag The XML tag to create
- * @param string $name Name of the author
+ * @param string $nick preferred username
+ * @param string $name displayed name of the author
* @param string $uri
* @param int $h image height
* @param int $w image width