From 22351a73b17f1a7624afc03aab87e96f6e1c2edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 25 Oct 2013 16:08:19 +0200 Subject: [PATCH] doxygen: escape #pragma in comment to make doxygen happy. Thanks XhmikosR for the suggestion! --- lib/preprocessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/preprocessor.h b/lib/preprocessor.h index b17137f5a..d5f58ea68 100644 --- a/lib/preprocessor.h +++ b/lib/preprocessor.h @@ -236,7 +236,7 @@ public: * @param filePath filename of code * @param includePaths Paths where headers might be * @param defs defines (only values) - * @param pragmaOnce includes that has already been included and contains a #pragma once statement + * @param pragmaOnce includes that has already been included and contains a \#pragma once statement * @param includes provide a empty list. this is just used to prevent recursive inclusions. * \return resulting string */