summaryrefslogtreecommitdiff
path: root/zinflate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-19 14:31:20 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-19 14:31:20 -0500
commitbefd04312d8bdf2363921bf5ccb1393f5852a9a3 (patch)
treead07d8a6f73216719e0cb01aa6c5cd4a6cc34fb9 /zinflate.h
parent24a9466e54f113fc4a114051e8276987e0493dc8 (diff)
downloadcryptopp-git-befd04312d8bdf2363921bf5ccb1393f5852a9a3.tar.gz
Remove unneeded Doxygen directive
Diffstat (limited to 'zinflate.h')
-rw-r--r--zinflate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/zinflate.h b/zinflate.h
index 035b095e..e352aff7 100644
--- a/zinflate.h
+++ b/zinflate.h
@@ -8,7 +8,6 @@
NAMESPACE_BEGIN(CryptoPP)
-/// \class LowFirstBitReader
/// \since Crypto++ 1.0
class LowFirstBitReader
{
@@ -30,7 +29,6 @@ private:
struct CodeLessThan;
-/// \class HuffmanDecoder
/// \brief Huffman Decoder
/// \since Crypto++ 1.0
class HuffmanDecoder
@@ -86,7 +84,6 @@ private:
mutable std::vector<LookupEntry, AllocatorWithCleanup<LookupEntry> > m_cache;
};
-/// \class Inflator
/// \brief DEFLATE decompressor (RFC 1951)
/// \since Crypto++ 1.0
class Inflator : public AutoSignaling<Filter>