Merge pull request #8141 from annando/brief2

Removed the rest of the @brief fields
This commit is contained in:
Philipp 2020-01-19 22:02:08 +01:00 committed by GitHub
commit 9082d844c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 15 deletions

View File

@ -2,7 +2,7 @@
<?php <?php
/** /**
* @file bin/daemon.php * @file bin/daemon.php
* @brief Run the worker from a daemon. * Run the worker from a daemon.
* *
* This script was taken from http://php.net/manual/en/function.pcntl-fork.php * This script was taken from http://php.net/manual/en/function.pcntl-fork.php
*/ */

View File

@ -131,7 +131,7 @@ class L10n
} }
/** /**
* @brief Returns the preferred language from the HTTP_ACCEPT_LANGUAGE header * Returns the preferred language from the HTTP_ACCEPT_LANGUAGE header
* *
* @param string $sysLang The default fallback language * @param string $sysLang The default fallback language
* @param array $server The $_SERVER array * @param array $server The $_SERVER array

View File

@ -409,7 +409,7 @@ class Diaspora
} }
/** /**
* @brief: Decodes incoming Diaspora message in the new format * Decodes incoming Diaspora message in the new format
* *
* @param string $raw raw post message * @param string $raw raw post message
* @param string $privKey The private key of the importer * @param string $privKey The private key of the importer
@ -515,7 +515,7 @@ class Diaspora
} }
/** /**
* @brief: Decodes incoming Diaspora message in the deprecated format * Decodes incoming Diaspora message in the deprecated format
* *
* @param string $xml urldecoded Diaspora salmon * @param string $xml urldecoded Diaspora salmon
* @param string $privKey The private key of the importer * @param string $privKey The private key of the importer

View File

@ -18,7 +18,7 @@ class Arrays
} }
/** /**
* @briefs Implodes recursively a multi-dimensional array where a normal implode() will fail. * Implodes recursively a multi-dimensional array where a normal implode() will fail.
* *
* @param array $array Array to implode * @param array $array Array to implode
* @param string $glue Glue for imploded elements * @param string $glue Glue for imploded elements

View File

@ -111,8 +111,6 @@ class HTTPSignature
} }
/** /**
* @brief
*
* @param array $head * @param array $head
* @param string $prvkey * @param string $prvkey
* @param string $keyid (optional, default 'Key') * @param string $keyid (optional, default 'Key')
@ -145,8 +143,6 @@ class HTTPSignature
} }
/** /**
* @brief
*
* @param array $head * @param array $head
* @param string $prvkey * @param string $prvkey
* @param string $alg (optional) default 'sha256' * @param string $alg (optional) default 'sha256'
@ -178,8 +174,6 @@ class HTTPSignature
} }
/** /**
* @brief
*
* @param string $header * @param string $header
* @return array associate array with * @return array associate array with
* - \e string \b keyID * - \e string \b keyID
@ -224,8 +218,6 @@ class HTTPSignature
} }
/** /**
* @brief
*
* @param string $header * @param string $header
* @param string $prvkey (optional), if not set use site private key * @param string $prvkey (optional), if not set use site private key
* *

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* @brief: Get info header of the scheme * Get info header of the scheme
* *
* This function parses the header of the schemename.php file for informations like * This function parses the header of the schemename.php file for informations like
* Author, Description and Overwrites. Most of the code comes from the Addon::getInfo() * Author, Description and Overwrites. Most of the code comes from the Addon::getInfo()

View File

@ -281,7 +281,7 @@ function frio_remote_nav($a, &$nav)
} }
/** /**
* @brief: Search for contacts * Search for contacts
* *
* This function search for a users contacts. The code is copied from contact search * This function search for a users contacts. The code is copied from contact search
* in /src/Module/Contact.php. With this function the contacts will permitted to acl_lookup() * in /src/Module/Contact.php. With this function the contacts will permitted to acl_lookup()