From: Noel Kuntze Date: Wed, 14 Apr 2021 22:17:59 +0000 (+0200) Subject: doxygen: Fix documentation problems X-Git-Tag: 5.9.3dr2~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11efc52147a43f547681ae43bd0635b1640150d;p=thirdparty%2Fstrongswan.git doxygen: Fix documentation problems --- diff --git a/src/charon-nm/nm/nm_backend.h b/src/charon-nm/nm/nm_backend.h index cbc14a0919..1ae14627a8 100644 --- a/src/charon-nm/nm/nm_backend.h +++ b/src/charon-nm/nm/nm_backend.h @@ -28,8 +28,6 @@ /** * Initialize the NetworkManager backend. - * - * @return TRUE, if initialization was successful */ void nm_backend_register(); diff --git a/src/libstrongswan/plugins/botan/botan_ec_public_key.h b/src/libstrongswan/plugins/botan/botan_ec_public_key.h index ddb3d5b046..995b557444 100644 --- a/src/libstrongswan/plugins/botan/botan_ec_public_key.h +++ b/src/libstrongswan/plugins/botan/botan_ec_public_key.h @@ -22,6 +22,11 @@ * THE SOFTWARE. */ +/** + * @defgroup botan_ec_public_key botan_ec_public_key + * @{ @ingroup botan_p + */ + #ifndef BOTAN_EC_PUBLIC_KEY_H_ #define BOTAN_EC_PUBLIC_KEY_H_ diff --git a/src/libstrongswan/plugins/botan/botan_ed_public_key.h b/src/libstrongswan/plugins/botan/botan_ed_public_key.h index 0f44b1afba..17ca0ea297 100644 --- a/src/libstrongswan/plugins/botan/botan_ed_public_key.h +++ b/src/libstrongswan/plugins/botan/botan_ed_public_key.h @@ -21,6 +21,11 @@ * THE SOFTWARE. */ +/** + * @defgroup botan_ed_public_key botan_ed_public_key + * @{ @ingroup botan_p + */ + #ifndef BOTAN_ED_PUBLIC_KEY_H_ #define BOTAN_ED_PUBLIC_KEY_H_