From cea06e8f487159798a8497a011c8f6d8db460cf7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 7 Nov 2016 13:46:46 +0100 Subject: [PATCH] Doxygen update --- include/WinStd/Common.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/WinStd/Common.h b/include/WinStd/Common.h index eaa8299e..c73040b2 100644 --- a/include/WinStd/Common.h +++ b/include/WinStd/Common.h @@ -90,9 +90,13 @@ #endif /// -/// Stringizing macro +/// Stringizing macro helper /// #define STRING_IMPL(x) #x + +/// +/// Stringizing macro +/// #define STRING(x) STRING_IMPL(x) ///