Update Doxygen comments
parent
0dd07252d2
commit
1f2be58434
5
words.h
5
words.h
|
|
@ -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
|
#ifndef CRYPTOPP_WORDS_H
|
||||||
#define CRYPTOPP_WORDS_H
|
#define CRYPTOPP_WORDS_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
|
#ifndef CRYPTOPP_ZINFLATE_H
|
||||||
#define CRYPTOPP_ZINFLATE_H
|
#define CRYPTOPP_ZINFLATE_H
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue