Update Doxygen comments

This commit is contained in:
Jeffrey Walton 2019-05-30 22:30:22 -04:00
parent 0dd07252d2
commit 1f2be58434
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
// words.h - originally written and placed in the public domain by Wei Dai
/// \file words.h
/// \brief Support functions for word operations
#ifndef CRYPTOPP_WORDS_H
#define CRYPTOPP_WORDS_H

View File

@ -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

5
zlib.h
View File

@ -1,3 +1,8 @@
// zlib.h - originally written and placed in the public domain by Wei Dai
/// \file zlib.h
/// \brief ZLIB compression and decompression (RFC 1950)
#ifndef CRYPTOPP_ZLIB_H
#define CRYPTOPP_ZLIB_H