doxygen: Fix documentation problems

This commit is contained in:
Noel Kuntze
2021-04-15 00:17:59 +02:00
parent 09df86c033
commit a11efc5214
3 changed files with 10 additions and 2 deletions
-2
View File
@@ -28,8 +28,6 @@
/**
* Initialize the NetworkManager backend.
*
* @return TRUE, if initialization was successful
*/
void nm_backend_register();
@@ -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_
@@ -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_