Leonid Plyushch
6 years ago
2 changed files with 20 additions and 11 deletions
@ -1,11 +1,21 @@ |
|||||
--- doxygen-1.8.14/addon/doxyparse/doxyparse.cpp 2017-12-24 15:50:24.000000000 +0530
|
diff -uNr doxygen-Release_1_8_16/addon/doxyparse/doxyparse.cpp doxygen-Release_1_8_16.mod/addon/doxyparse/doxyparse.cpp
|
||||
+++ doxyparse.cpp 2018-08-22 12:02:22.141000002 +0530
|
--- doxygen-Release_1_8_16/addon/doxyparse/doxyparse.cpp 2019-08-08 16:36:52.000000000 +0300
|
||||
@@ -367,7 +367,7 @@
|
+++ doxygen-Release_1_8_16.mod/addon/doxyparse/doxyparse.cpp 2019-08-11 20:18:30.675734491 +0300
|
||||
|
@@ -284,7 +284,7 @@
|
||||
// we need a place to put intermediate files |
Argument * argument = iterator.toFirst(); |
||||
std::ostringstream tmpdir; |
if(argument != NULL) { |
||||
- tmpdir << "/tmp/doxyparse-" << getpid();
|
temp = argumentData(argument); |
||||
+ tmpdir << "@TERMUX_PREFIX@/tmp/doxyparse-" << getpid();
|
-// 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 @@
|
||||
|
#else |
||||
|
unsigned int pid = (uint)GetCurrentProcessId(); |
||||
|
#endif |
||||
|
- tmpdir << "/tmp/doxyparse-" << pid;
|
||||
|
+ tmpdir << "@TERMUX_PREFIX@/tmp/doxyparse-" << pid;
|
||||
Config_getString(OUTPUT_DIRECTORY)= tmpdir.str().c_str(); |
Config_getString(OUTPUT_DIRECTORY)= tmpdir.str().c_str(); |
||||
// enable HTML (fake) output to omit warning about missing output format |
// enable HTML (fake) output to omit warning about missing output format |
||||
Config_getBool(GENERATE_HTML)=TRUE; |
Config_getBool(GENERATE_HTML)=TRUE; |
||||
|
Loading…
Reference in new issue