summaryrefslogtreecommitdiffstats
path: root/src/portable.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-02-15 13:43:31 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-02-15 13:43:31 (GMT)
commitd32c7f52414d6a2bcb8b2a62bb780333348000be (patch)
tree6fbedf341ab7010499532c3a265a584363726e59 /src/portable.h
parentc8d3befccbfbba83c2c0509dc23d53144177aa94 (diff)
downloadDoxygen-d32c7f52414d6a2bcb8b2a62bb780333348000be.zip
Doxygen-d32c7f52414d6a2bcb8b2a62bb780333348000be.tar.gz
Doxygen-d32c7f52414d6a2bcb8b2a62bb780333348000be.tar.bz2
Creation of svg images for formulas with inkscape
Based on the implementation as mentioned in #7578 to add the possibilities to generated svg images for formulas - When running with inkscape 92.3 / 92.4 on Cygwin /Windows there were no images generated as the `-o` flag didn't exist, the output file had to be specified as part of the `-l` (or `--export-plain-svg`) option - For more flexibility the system is checked on existence of the `pdf2svg` and `inkscape` executables, so no compilations flags are necessary
Diffstat (limited to 'src/portable.h')
-rw-r--r--src/portable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable.h b/src/portable.h
index 956ae41..6c215a8 100644
--- a/src/portable.h
+++ b/src/portable.h
@@ -44,6 +44,7 @@ namespace Portable
void setShortDir(void);
const char * strnstr(const char *haystack, const char *needle, size_t haystack_len);
const char * devNull();
+ const bool checkForExecutable(const char *fileName);
}