summaryrefslogtreecommitdiff
path: root/filters.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-08-08 23:02:36 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-08-08 23:02:36 +0000
commit5ac246132c75c6d08b860424d463b52bb2ea02d6 (patch)
tree44816966e66c99358ac73574f00241d03e5bfd0b /filters.h
parent0a38de22b46642450902b2d1bb67829ac9c2a275 (diff)
downloadcryptopp-5ac246132c75c6d08b860424d463b52bb2ea02d6.tar.gz
fix compile with GCC 4.4 and -march=i386
fix minor documentation issues fix compile w/o GAS 2.19 or later git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@519 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'filters.h')
-rw-r--r--filters.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filters.h b/filters.h
index b2194ca..c72a4ec 100644
--- a/filters.h
+++ b/filters.h
@@ -1,6 +1,8 @@
#ifndef CRYPTOPP_FILTERS_H
#define CRYPTOPP_FILTERS_H
+//! \file
+
#include "simple.h"
#include "secblock.h"
#include "misc.h"