Doxygen update

This commit is contained in:
Simon Rozman 2016-11-07 13:46:46 +01:00
parent bab514cbd4
commit cea06e8f48

View File

@ -90,9 +90,13 @@
#endif #endif
/// ///
/// Stringizing macro /// Stringizing macro helper
/// ///
#define STRING_IMPL(x) #x #define STRING_IMPL(x) #x
///
/// Stringizing macro
///
#define STRING(x) STRING_IMPL(x) #define STRING(x) STRING_IMPL(x)
/// ///