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 zatwierdzone przez GitHub
commit 9082d844c0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
7 zmienionych plików z 7 dodań i 15 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
<?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
*/

Wyświetl plik

@ -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 array $server The $_SERVER array

Wyświetl plik

@ -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 $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 $privKey The private key of the importer

Wyświetl plik

@ -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 string $glue Glue for imploded elements

Wyświetl plik

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

Wyświetl plik

@ -1,7 +1,7 @@
<?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
* Author, Description and Overwrites. Most of the code comes from the Addon::getInfo()

Wyświetl plik

@ -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
* in /src/Module/Contact.php. With this function the contacts will permitted to acl_lookup()