From ec08a1cf52885ee5a488a80d3bf5c2f3b2be22c0 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 14 Oct 2008 23:26:20 +0000 Subject: Fixup Doxygen error --- src/utils/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utils/version.h') diff --git a/src/utils/version.h b/src/utils/version.h index 1b6bd1c97..2fc28544c 100644 --- a/src/utils/version.h +++ b/src/utils/version.h @@ -46,9 +46,9 @@ BOTAN_DLL u32bit version_patch(); /** * Compare using BOTAN_VERSION_CODE_FOR, as in -* #if BOTAN_VERSION_CODE < BOTAN_VERSION_CODE_FOR(1,8,0) -* #error "Botan version too old" -* #endif +* # if BOTAN_VERSION_CODE < BOTAN_VERSION_CODE_FOR(1,8,0) +* # error "Botan version too old" +* # endif */ #define BOTAN_VERSION_CODE BOTAN_VERSION_CODE_FOR(BOTAN_VERSION_MAJOR, \ BOTAN_VERSION_MINOR, \ -- cgit v1.2.3