diff options
author | lloyd <[email protected]> | 2008-11-10 02:28:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-10 02:28:38 +0000 |
commit | d847970d6022b587efd821b82ac37120078107fb (patch) | |
tree | 34ed27987df7c974c1f27cae715ecbded134f806 /src/utils | |
parent | 901876b9b5d3b9fa6182c133e1d1d20ce5b101e9 (diff) |
Doxygen comment
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/datastor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/datastor.h b/src/utils/datastor.h index 0f6029189..bb61688fc 100644 --- a/src/utils/datastor.h +++ b/src/utils/datastor.h @@ -14,9 +14,9 @@ namespace Botan { -/************************************************* -* Data Store * -*************************************************/ +/** +* Data Store +*/ class BOTAN_DLL Data_Store { public: |