mirror of https://github.com/Icinga/icinga2.git
Clarify difference between API actions and functions in their docstrings
This commit is contained in:
parent
fb6f618f82
commit
01a278bb5e
|
@ -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 New Issue