Browse Source

doxygen: update doxyparse.cpp.patch

build-on-device
Leonid Plyushch 5 years ago
parent
commit
c4855b018b
  1. 17
      packages/doxygen/doxyparse.cpp.patch

17
packages/doxygen/doxyparse.cpp.patch

@ -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

Loading…
Cancel
Save