diff options
author | Hannes Rantzsch <[email protected]> | 2019-04-29 11:20:31 +0200 |
---|---|---|
committer | Hannes Rantzsch <[email protected]> | 2019-04-29 11:20:31 +0200 |
commit | 3be7818d5c366b887e4c61964ae87f6d52de0659 (patch) | |
tree | 03b2935a0e36565cfb3fa69126ba01adac0972be /src/lib/utils/exceptn.h | |
parent | 9b43c12e39105ccc8fb02a73f27ab807688b979c (diff) |
review: unit tests and public api version
Diffstat (limited to 'src/lib/utils/exceptn.h')
-rw-r--r-- | src/lib/utils/exceptn.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/utils/exceptn.h b/src/lib/utils/exceptn.h index 801cacdb2..0ca888316 100644 --- a/src/lib/utils/exceptn.h +++ b/src/lib/utils/exceptn.h @@ -72,7 +72,8 @@ enum class ErrorType { }; -std::string BOTAN_PUBLIC_API(2,0) to_string(ErrorType type); +//! \brief Convert an ErrorType to string +std::string BOTAN_PUBLIC_API(2,11) to_string(ErrorType type); /** * Base class for all exceptions thrown by the library |