Added missing doc comments.
authorJarkko Sakkinen <ext-jarkko.2.sakkinen@nokia.com>
Wed, 17 Nov 2010 15:23:34 +0000 (07:23 -0800)
committerJarkko Sakkinen <ext-jarkko.2.sakkinen@nokia.com>
Wed, 17 Nov 2010 15:23:34 +0000 (07:23 -0800)
src/smack.h

index df9b381..f931459 100644 (file)
  */
 typedef struct smack_rules *smack_rules_t;
 
+/*!
+ * Handle to a in-memory representation of set of Smack users.
+ */
 typedef struct smack_users *smack_users_t;
 
+/*!
+ * Flags for rules IO.
+ */
 #define SMACK_RULES_KERNEL 1
 
+/*!
+ * Flags for extended attributes.
+ */
 #define SMACK_XATTR_SYMLINK 1
 
 #ifdef __cplusplus