]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
doxygen: Fix documentation problems
authorNoel Kuntze <noel.kuntze@thermi.consulting>
Wed, 14 Apr 2021 22:17:59 +0000 (00:17 +0200)
committerNoel Kuntze <noel.kuntze@thermi.consulting>
Wed, 14 Apr 2021 22:17:59 +0000 (00:17 +0200)
src/charon-nm/nm/nm_backend.h
src/libstrongswan/plugins/botan/botan_ec_public_key.h
src/libstrongswan/plugins/botan/botan_ed_public_key.h

index cbc14a0919cd3fa5b944bcfd259cd3313108c5da..1ae14627a8c46c626d4b43e9523968ba58ee94a9 100644 (file)
@@ -28,8 +28,6 @@
 
 /**
  * Initialize the NetworkManager backend.
- *
- * @return             TRUE, if initialization was successful
  */
 void nm_backend_register();
 
index ddb3d5b046e789021ff89ee6caaf5eda3befa506..995b55744445e7e4962fb7fcd584451f66d87290 100644 (file)
  * 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_
 
index 0f44b1afbacaff7511f2b01e0236ea23e40d422c..17ca0ea29790de4bcc1e825fb480e16c513339c8 100644 (file)
  * 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_