mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 01:49:41 +00:00
Update Doxygen comments
This commit is contained in:
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
|
||||
#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
|
||||
#define CRYPTOPP_ZINFLATE_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user