Fix some Doxygen issues

This commit is contained in:
Tobias Brunner
2016-03-11 12:25:14 +01:00
parent bebccf9876
commit 755d076fec
3 changed files with 9 additions and 9 deletions
@@ -36,8 +36,8 @@ struct certificate_printer_t {
/**
* Print a certificate.
*
* @cert certificate to be printed
* @has_privkey indicates that certificate has a matching private key
* @param cert certificate to be printed
* @param has_privkey indicates that certificate has a matching private key
*/
void (*print)(certificate_printer_t *this, certificate_t *cert,
bool has_privkey);
@@ -45,8 +45,8 @@ struct certificate_printer_t {
/**
* Print a caption if the certificate type changed.
*
* @type certificate type
* @flag X.509 certificate flag
* @param type certificate type
* @param flag X.509 certificate flag
*/
void (*print_caption)(certificate_printer_t *this, certificate_type_t type,
x509_flag_t flag);
@@ -65,6 +65,6 @@ struct certificate_printer_t {
* @param utc print time inforamtion in UTC
*/
certificate_printer_t* certificate_printer_create(FILE *f, bool detailed,
bool utc);
bool utc);
#endif /** CERTIFICATE_PRINTER_H_ @}*/