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:
Noah Hilverling 2020-11-17 08:17:05 +01:00 committed by GitHub
commit 2d1980c10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 * @ingroup remote
*/ */

View File

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