From ec2d1dc911e83f56348b3248c88b98597c002eb8 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 2 Mar 2026 16:42:38 +0100 Subject: [PATCH] Use distinct identifier for "command" group in pki/swanctl to fix apidoc --- src/pki/command.h | 2 +- src/swanctl/command.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pki/command.h b/src/pki/command.h index d1d41492a..112b197db 100644 --- a/src/pki/command.h +++ b/src/pki/command.h @@ -16,7 +16,7 @@ */ /** - * @defgroup command command + * @defgroup pki_command command * @{ @ingroup pki */ diff --git a/src/swanctl/command.h b/src/swanctl/command.h index 1384f56a7..f6bdfe53b 100644 --- a/src/swanctl/command.h +++ b/src/swanctl/command.h @@ -16,7 +16,7 @@ */ /** - * @defgroup command command + * @defgroup swanctl_command command * @{ @ingroup swanctl */