diff options
author | lloyd <[email protected]> | 2008-10-14 23:26:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-14 23:26:20 +0000 |
commit | ec08a1cf52885ee5a488a80d3bf5c2f3b2be22c0 (patch) | |
tree | 9622ad25e868fda768cbb69040e76e3b167a22d2 /src/utils/version.h | |
parent | 41c0330dad9fe8b432342ae6af3c711470ae6c90 (diff) |
Fixup Doxygen error
Diffstat (limited to 'src/utils/version.h')
-rw-r--r-- | src/utils/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
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, \ |