Clarify difference between API actions and functions in their docstrings

This commit is contained in:
Julian Brost 2020-11-12 14:23:41 +01:00
parent fb6f618f82
commit 01a278bb5e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ namespace icinga
{
/**
* An API action.
* An action available over the external HTTP API.
*
* @ingroup remote
*/

View File

@ -14,7 +14,7 @@ namespace icinga
{
/**
* An API function.
* A function available over the internal cluster API.
*
* @ingroup base
*/