From cfd623ecf8c9acc09c69cc0cc9430ba4e09d1f6b Mon Sep 17 00:00:00 2001 From: Mike Hamburg Date: Fri, 27 Mar 2015 13:54:34 -0700 Subject: [PATCH] Doxygenation --- include/decaf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/decaf.hxx b/include/decaf.hxx index c06b42f..210ab72 100644 --- a/include/decaf.hxx +++ b/include/decaf.hxx @@ -65,7 +65,7 @@ template struct decaf; */ template<> struct decaf<448> { -/** @brief An exception for when crypto (i.e. point decode) has failed. */ +/** @brief An exception for when crypto (ie point decode) has failed. */ class CryptoException : public std::exception { public: /** @return "CryptoException" */