doxygen: escape #pragma in comment to make doxygen happy. Thanks XhmikosR for the suggestion!
This commit is contained in:
parent
924d4a8b05
commit
22351a73b1
|
@ -236,7 +236,7 @@ public:
|
||||||
* @param filePath filename of code
|
* @param filePath filename of code
|
||||||
* @param includePaths Paths where headers might be
|
* @param includePaths Paths where headers might be
|
||||||
* @param defs defines (only values)
|
* @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.
|
* @param includes provide a empty list. this is just used to prevent recursive inclusions.
|
||||||
* \return resulting string
|
* \return resulting string
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue