diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2017-04-16 22:49:17 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2017-04-16 22:49:17 +0200 |
| commit | 4895eff27938fa72e5a638ff173920e823ebb115 (patch) | |
| tree | 6e8424f95f6b3c4cefd6ef4d1891a76059ce8276 /libcmix-crypto/impl_macros.h | |
| parent | 33f81a3a57a047326160f371f3269dfb47c59cba (diff) | |
| download | cmix-4895eff27938fa72e5a638ff173920e823ebb115.tar.gz cmix-4895eff27938fa72e5a638ff173920e823ebb115.tar.bz2 cmix-4895eff27938fa72e5a638ff173920e823ebb115.zip | |
Updated documentation and bumped Cmix to Version 1.0
Diffstat (limited to 'libcmix-crypto/impl_macros.h')
| -rw-r--r-- | libcmix-crypto/impl_macros.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcmix-crypto/impl_macros.h b/libcmix-crypto/impl_macros.h index 15d8ddf..6c297b0 100644 --- a/libcmix-crypto/impl_macros.h +++ b/libcmix-crypto/impl_macros.h @@ -1,5 +1,9 @@ #pragma once +/*! + * \file + */ + #define VAR_IN_(x, y) x ## _ ## y #define VAR_IN(x, y) VAR_IN_(x, y) #define VAR(y) VAR_IN(ALGORITHM, y) |
