aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-05-10 07:54:13 +0000
committerRoger Dingledine <arma@torproject.org>2004-05-10 07:54:13 +0000
commit5dd9e60231f3b59d86149d0efec6fdf8257e384b (patch)
treeea83e0a5562fdc1fce5d63716b13e1e4c70e3bf1 /src/common/aes.h
parent341d6f2cabcd71656bf9501f2157b7172eec7309 (diff)
downloadtor-5dd9e60231f3b59d86149d0efec6fdf8257e384b.tar
tor-5dd9e60231f3b59d86149d0efec6fdf8257e384b.tar.gz
doxygen markup for common/*.h
svn:r1840
Diffstat (limited to 'src/common/aes.h')
-rw-r--r--src/common/aes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/aes.h b/src/common/aes.h
index 2edbb8818..3c63a0e4f 100644
--- a/src/common/aes.h
+++ b/src/common/aes.h
@@ -7,6 +7,11 @@
#ifndef __AES_H
#define __AES_H
+/**
+ * \file aes.h
+ * \brief Headers for aes.c
+ */
+
#include "../common/torint.h"
struct aes_cnt_cipher;