diff options
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; |