Fix docs
This commit is contained in:
parent
136e03e65e
commit
855ecaaa2f
@ -9,8 +9,8 @@
|
||||
|
||||
namespace Leonetienne::GCrypt {
|
||||
|
||||
/* This class represents a block of data,
|
||||
* and provides functions to manipulate it
|
||||
/** This class represents a block of data,
|
||||
* and provides functions to manipulate it
|
||||
*/
|
||||
template <typename T>
|
||||
class Basic_Block {
|
||||
|
@ -5,9 +5,9 @@
|
||||
|
||||
namespace Leonetienne::GCrypt {
|
||||
|
||||
/* This class represents encryption keys.
|
||||
You can copy them, create them from data blocks,
|
||||
or even read from files (to be implemented).
|
||||
/** This class represents encryption keys.
|
||||
* You can copy them, create them from data blocks,
|
||||
* or even read from files.
|
||||
*/
|
||||
class Key : public Block {
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user