doxygen: Fix documentation problems

This commit is contained in:
Noel Kuntze 2021-04-15 00:17:59 +02:00
parent 09df86c033
commit a11efc5214
No known key found for this signature in database
GPG Key ID: F54EE40B0739AD6C
3 changed files with 10 additions and 2 deletions

View File

@ -28,8 +28,6 @@
/**
* Initialize the NetworkManager backend.
*
* @return TRUE, if initialization was successful
*/
void nm_backend_register();

View File

@ -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_

View File

@ -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_