diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-02-11 20:22:28 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-02-11 20:22:28 (GMT) |
commit | 0e080f486f67008ef427c834f6ab6ebca7578124 (patch) | |
tree | d817896b59922824cf9503fee329c26b7fa3cacd /src/htmlentity.h | |
parent | a28ff2331d8e228d901cd6f0b038f76e1cee630a (diff) | |
download | Doxygen-0e080f486f67008ef427c834f6ab6ebca7578124.zip Doxygen-0e080f486f67008ef427c834f6ab6ebca7578124.tar.gz Doxygen-0e080f486f67008ef427c834f6ab6ebca7578124.tar.bz2 |
Improved handling of percent symbol
Diffstat (limited to 'src/htmlentity.h')
-rw-r--r-- | src/htmlentity.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htmlentity.h b/src/htmlentity.h index b92eb1d..9cebeb3 100644 --- a/src/htmlentity.h +++ b/src/htmlentity.h @@ -27,8 +27,8 @@ class HtmlEntityMapper static HtmlEntityMapper *instance(); static void deleteInstance(); DocSymbol::SymType name2sym(const QCString &symName) const; - const char *utf8(DocSymbol::SymType symb) const; - const char *html(DocSymbol::SymType symb) const; + const char *utf8(DocSymbol::SymType symb,bool useInPrintf=FALSE) const; + const char *html(DocSymbol::SymType symb,bool useInPrintf=FALSE) const; const char *xml(DocSymbol::SymType symb) const; const char *docbook(DocSymbol::SymType symb) const; const char *latex(DocSymbol::SymType symb) const; |