mirror of
https://github.com/friendica/friendica
synced 2025-05-14 06:24:10 +02:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -9,7 +9,7 @@ use Friendica\Util\Strings;
|
|||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* @brief tool to archive a contact on the server
|
||||
* tool to archive a contact on the server
|
||||
*
|
||||
* With this tool you can archive a contact when you know that it isn't existing anymore.
|
||||
* Normally this does happen automatically after a few days.
|
||||
|
|
|
@ -9,7 +9,7 @@ use Friendica\Core\Cache\ICache;
|
|||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* @brief tool to access the cache from the CLI
|
||||
* tool to access the cache from the CLI
|
||||
*
|
||||
* With this script you can access the cache of your node from the CLI.
|
||||
* You can read current values stored in the cache and set new values
|
||||
|
|
|
@ -8,7 +8,7 @@ use Friendica\Core\Config\IConfiguration;
|
|||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* @brief tool to access the system config from the CLI
|
||||
* tool to access the system config from the CLI
|
||||
*
|
||||
* With this script you can access the system configuration of your node from
|
||||
* the CLI. You can do both, reading current values stored in the database and
|
||||
|
|
|
@ -105,7 +105,7 @@ HELP;
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Adds a doxygen header
|
||||
* Adds a doxygen header
|
||||
*
|
||||
* @param string $line The current line of the document
|
||||
*
|
||||
|
@ -118,7 +118,7 @@ HELP;
|
|||
$space = substr($line, 0, $length);
|
||||
|
||||
$block = $space . "/**\n" .
|
||||
$space . " * @brief \n" .
|
||||
$space . " * \n" .
|
||||
$space . " *\n"; /**/
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ use Friendica\Database\DBStructure;
|
|||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* @brief Performs database updates from the command line
|
||||
* Performs database updates from the command line
|
||||
*
|
||||
* @author Hypolite Petovan <hypolite@mrpetovan.com>
|
||||
*/
|
||||
|
|
|
@ -7,7 +7,7 @@ use Friendica\Core\L10n;
|
|||
use Friendica\Model\Contact;
|
||||
|
||||
/**
|
||||
* @brief tool to block an account from the node
|
||||
* tool to block an account from the node
|
||||
*
|
||||
* With this tool, you can block an account in such a way, that no postings
|
||||
* or comments this account writes are accepted to the node.
|
||||
|
|
|
@ -8,7 +8,7 @@ use Friendica\Model\Contact;
|
|||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* @brief tool to silence accounts on the global community page
|
||||
* tool to silence accounts on the global community page
|
||||
*
|
||||
* With this tool, you can silence an account on the global community page.
|
||||
* Postings from silenced accounts will not be displayed on the community
|
||||
|
|
|
@ -8,7 +8,7 @@ use Friendica\Core\Lock\ILock;
|
|||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* @brief tool to access the locks from the CLI
|
||||
* tool to access the locks from the CLI
|
||||
*
|
||||
* With this script you can access the locks of your node from the CLI.
|
||||
* You can read current locks and set/remove locks.
|
||||
|
|
|
@ -6,7 +6,7 @@ use Friendica\App;
|
|||
use Friendica\Core\Config\IConfiguration;
|
||||
|
||||
/**
|
||||
* @brief Sets maintenance mode for this node
|
||||
* Sets maintenance mode for this node
|
||||
*
|
||||
* @author Hypolite Petovan <hypolite@mrpetovan.com>
|
||||
*/
|
||||
|
|
|
@ -9,7 +9,7 @@ use Friendica\Model\User;
|
|||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* @brief tool to set a new password for a user
|
||||
* tool to set a new password for a user
|
||||
*
|
||||
* With this tool, you can set a new password for a user
|
||||
*
|
||||
|
|
|
@ -8,7 +8,7 @@ use Console_Table;
|
|||
use Friendica\Core\Config\IConfiguration;
|
||||
|
||||
/**
|
||||
* @brief Manage blocked servers
|
||||
* Manage blocked servers
|
||||
*
|
||||
* With this tool, you can list the current blocked servers
|
||||
* or you can add / remove a blocked server from the list
|
||||
|
|
|
@ -6,7 +6,7 @@ use Asika\SimpleConsole\CommandArgsException;
|
|||
use Friendica\Core\StorageManager;
|
||||
|
||||
/**
|
||||
* @brief tool to manage storage backend and stored data from CLI
|
||||
* tool to manage storage backend and stored data from CLI
|
||||
*
|
||||
*/
|
||||
class Storage extends \Asika\SimpleConsole\Console
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue