summaryrefslogtreecommitdiffstats
path: root/src/portable.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-02-12 20:08:11 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-02-12 20:08:11 (GMT)
commit10b2b8fc694b60a17ccd2642f3a40c851e33b9da (patch)
tree9901c6f8603c20fd3422e9f068da1fb9cab13317 /src/portable.h
parentb107d3412b12c37a6b87c7315bc4039446cd3338 (diff)
downloadDoxygen-10b2b8fc694b60a17ccd2642f3a40c851e33b9da.zip
Doxygen-10b2b8fc694b60a17ccd2642f3a40c851e33b9da.tar.gz
Doxygen-10b2b8fc694b60a17ccd2642f3a40c851e33b9da.tar.bz2
Improve formula handling and rendering.
Also added option HTML_FORMULA_FORMAT to generate SVG files for images (requires pdf2svg)
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 771108e..956ae41 100644
--- a/src/portable.h
+++ b/src/portable.h
@@ -43,6 +43,7 @@ namespace Portable
void correct_path(void);
void setShortDir(void);
const char * strnstr(const char *haystack, const char *needle, size_t haystack_len);
+ const char * devNull();
}