From 1f2be58434043f3428fe97823a4b67df20ff3017 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 30 May 2019 22:30:22 -0400 Subject: Update Doxygen comments --- zinflate.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zinflate.h') diff --git a/zinflate.h b/zinflate.h index b35071e5..bebc0fdf 100644 --- a/zinflate.h +++ b/zinflate.h @@ -1,3 +1,8 @@ +// zinflate.h - originally written and placed in the public domain by Wei Dai + +/// \file zinflate.h +/// \brief DEFLATE compression and decompression (RFC 1951) + #ifndef CRYPTOPP_ZINFLATE_H #define CRYPTOPP_ZINFLATE_H -- cgit v1.2.1