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