Fix warnings caused by unescaped special doxygen chars

This commit is contained in:
George Oikonomou 2015-02-15 17:08:00 +01:00
parent fb22e15844
commit 0b382a933a
4 changed files with 4 additions and 4 deletions

View file

@ -133,7 +133,7 @@
* strings.
*
* We need use two macros (CC_CONCAT and CC_CONCAT2) in order to allow
* concatenation of two #defined macros.
* concatenation of two \#defined macros.
*/
#define CC_CONCAT(s1, s2) CC_CONCAT2(s1, s2)