diff options
author | Martin Willi <martin@strongswan.org> | 2009-10-22 14:34:10 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-10-22 14:34:10 +0200 |
commit | 4952dc11da5411a29477c155388bba0a313f21b5 (patch) | |
tree | 0e783bd9729d3d4de411ce1ffbd789d1d14c56a1 /src/libstrongswan/plugins/pgp/pgp_cert.h | |
parent | 80252c8a46e952d2af335530206ba4c81a7905ad (diff) | |
download | strongswan-4952dc11da5411a29477c155388bba0a313f21b5.tar.bz2 strongswan-4952dc11da5411a29477c155388bba0a313f21b5.tar.xz |
Fixed all doxygen warnings
Diffstat (limited to 'src/libstrongswan/plugins/pgp/pgp_cert.h')
-rw-r--r-- | src/libstrongswan/plugins/pgp/pgp_cert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/pgp/pgp_cert.h b/src/libstrongswan/plugins/pgp/pgp_cert.h index 7845e8f04..4db795ddc 100644 --- a/src/libstrongswan/plugins/pgp/pgp_cert.h +++ b/src/libstrongswan/plugins/pgp/pgp_cert.h @@ -45,4 +45,4 @@ struct pgp_cert_t { */ pgp_cert_t *pgp_cert_load(certificate_type_t type, va_list args); -#endif /* PGP_CERT_ @}*/ +#endif /** PGP_CERT_H_ @}*/ |