doxygen: update doxyparse.cpp.patch

This commit is contained in:
Leonid Pliushch 2019-12-31 15:00:22 +02:00
parent 9a450aafc9
commit e3acf553ef
1 changed files with 4 additions and 13 deletions

View File

@ -1,16 +1,7 @@
diff -uNr doxygen-Release_1_8_16/addon/doxyparse/doxyparse.cpp doxygen-Release_1_8_16.mod/addon/doxyparse/doxyparse.cpp
--- doxygen-Release_1_8_16/addon/doxyparse/doxyparse.cpp 2019-08-08 16:36:52.000000000 +0300
+++ doxygen-Release_1_8_16.mod/addon/doxyparse/doxyparse.cpp 2019-08-11 20:18:30.675734491 +0300
@@ -284,7 +284,7 @@
Argument * argument = iterator.toFirst();
if(argument != NULL) {
temp = argumentData(argument);
-// TODO: This is a workaround; better not include "void" in argList, in the first place.
+// TODO: This is a workaround; better not include "void" in argList, in the first place.
if(temp != "void") {
printNumberOfArguments(argList->count());
}
@@ -452,7 +452,7 @@
diff -uNr doxygen-Release_1_8_17/addon/doxyparse/doxyparse.cpp doxygen-Release_1_8_17.mod/addon/doxyparse/doxyparse.cpp
--- doxygen-Release_1_8_17/addon/doxyparse/doxyparse.cpp 2019-12-27 19:52:36.000000000 +0200
+++ doxygen-Release_1_8_17.mod/addon/doxyparse/doxyparse.cpp 2019-12-31 14:59:53.592555381 +0200
@@ -442,7 +442,7 @@
#else
unsigned int pid = (uint)GetCurrentProcessId();
#endif