mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +00:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -83,7 +83,7 @@ class Addon
|
|||
|
||||
|
||||
/**
|
||||
* @brief Synchronize addons:
|
||||
* Synchronize addons:
|
||||
*
|
||||
* system.addon contains a comma-separated list of names
|
||||
* of addons which are used on this system.
|
||||
|
@ -130,7 +130,7 @@ class Addon
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief uninstalls an addon.
|
||||
* uninstalls an addon.
|
||||
*
|
||||
* @param string $addon name of the addon
|
||||
* @return void
|
||||
|
@ -157,7 +157,7 @@ class Addon
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief installs an addon.
|
||||
* installs an addon.
|
||||
*
|
||||
* @param string $addon name of the addon
|
||||
* @return bool
|
||||
|
@ -249,7 +249,7 @@ class Addon
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Parse addon comment in search of addon infos.
|
||||
* Parse addon comment in search of addon infos.
|
||||
*
|
||||
* like
|
||||
* \code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue