diff --git a/GCryptLib/include/GCrypt/Block.h b/GCryptLib/include/GCrypt/Block.h index d796fd1..0acda08 100644 --- a/GCryptLib/include/GCrypt/Block.h +++ b/GCryptLib/include/GCrypt/Block.h @@ -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 class Basic_Block { diff --git a/GCryptLib/include/GCrypt/Key.h b/GCryptLib/include/GCrypt/Key.h index 36999ec..3abb54b 100644 --- a/GCryptLib/include/GCrypt/Key.h +++ b/GCryptLib/include/GCrypt/Key.h @@ -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: