diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-07-07 11:10:00 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2018-07-07 11:10:00 (GMT) |
commit | 495ee68d20423136472864302abd5609c392ba63 (patch) | |
tree | 9cb510ba5c0dcd792d333d2fb7a66dcab17e5855 /src/htmlgen.h | |
parent | 992204b8a0d8cd509d8da9f17366054a2b7ffa37 (diff) | |
parent | 1de4faf17a4b5de11839220d95e08264303924c5 (diff) | |
download | Doxygen-495ee68d20423136472864302abd5609c392ba63.zip Doxygen-495ee68d20423136472864302abd5609c392ba63.tar.gz Doxygen-495ee68d20423136472864302abd5609c392ba63.tar.bz2 |
Merge branch 'feature/bug_tooltip_apostrophe' of https://github.com/albert-github/doxygen into albert-github-feature/bug_tooltip_apostrophe
Diffstat (limited to 'src/htmlgen.h')
-rw-r--r-- | src/htmlgen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htmlgen.h b/src/htmlgen.h index 2d8d6e0..b80d7d4 100644 --- a/src/htmlgen.h +++ b/src/htmlgen.h @@ -61,6 +61,7 @@ class HtmlCodeGenerator : public CodeOutputInterface const char *anchor,const char *name, const char *tooltip); void docify(const char *str); + void docify_tt(const char *str); bool m_streamSet; FTextStream m_t; int m_col; |