added doxygen comments

This commit is contained in:
Andreas Steffen
2007-08-04 10:54:26 +00:00
parent 2b49135d5e
commit 1eef2ae8d2
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -23,7 +23,11 @@
#include <asn1/oid.h> #include <asn1/oid.h>
/* Defines some primitive ASN1 types */ /**
* @brief Definition of some primitive ASN1 types
*
* @ingroup asn1
*/
typedef enum { typedef enum {
ASN1_EOC = 0x00, ASN1_EOC = 0x00,
ASN1_BOOLEAN = 0x01, ASN1_BOOLEAN = 0x01,
+1 -1
View File
@@ -42,7 +42,7 @@ typedef struct hmac_t hmac_t;
* @b Constructors: * @b Constructors:
* - hmac_create() * - hmac_create()
* *
* @ingroup transforms * @ingroup crypto
*/ */
struct hmac_t { struct hmac_t {
/** /**