mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Merge pull request #8476 from Icinga/docs/api-action-api-function
Clarify difference between API actions and functions in their docstrings
This commit is contained in:
commit
2d1980c10d
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ namespace icinga
|
|||
{
|
||||
|
||||
/**
|
||||
* An API action.
|
||||
* An action available over the external HTTP API.
|
||||
*
|
||||
* @ingroup remote
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ namespace icinga
|
|||
{
|
||||
|
||||
/**
|
||||
* An API function.
|
||||
* A function available over the internal cluster API.
|
||||
*
|
||||
* @ingroup base
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue