diff options
author | git-marijus <mario@mariovavti.com> | 2017-05-05 12:33:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-05 12:33:58 +0200 |
commit | 3d1df8337e7be3bd273bcc8eb6488a75d0daccdf (patch) | |
tree | ac3ce3ff2ed1c67d504ccb32205ac6b2340d60a4 /include/feedutils.php | |
parent | f08001a5a64f58f8d93d4fd395bdcf88326771b3 (diff) | |
parent | eeb9103e267a01ad5f076afeb02bedabfcc70db9 (diff) | |
download | volse-hubzilla-3d1df8337e7be3bd273bcc8eb6488a75d0daccdf.tar.gz volse-hubzilla-3d1df8337e7be3bd273bcc8eb6488a75d0daccdf.tar.bz2 volse-hubzilla-3d1df8337e7be3bd273bcc8eb6488a75d0daccdf.zip |
Merge pull request #751 from dawnbreak/docu
:bulb: Add Doxygen fix for @var member variable documentation.
Diffstat (limited to 'include/feedutils.php')
-rw-r--r-- | include/feedutils.php | 7 |
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 |