summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-10-21 18:10:07 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-10-21 18:10:07 (GMT)
commit3ae2ebe39fd90c870c4ba2bb4bae93ecc999b332 (patch)
treedaa319f087eafad9b444912aabb0f03540275575
parenta8dc1a8437716821774691d8209c920a8946a326 (diff)
parent9ac31f84bd25d320f861e9e194fe5df49f4b212b (diff)
downloadDoxygen-3ae2ebe39fd90c870c4ba2bb4bae93ecc999b332.zip
Doxygen-3ae2ebe39fd90c870c4ba2bb4bae93ecc999b332.tar.gz
Doxygen-3ae2ebe39fd90c870c4ba2bb4bae93ecc999b332.tar.bz2
Merge pull request #240 from albert-github/feature/bug_738754
Bug 738574 - &hellip; is replaced by \cdots rather than \dots in the LaTeX output
-rw-r--r--src/htmlentity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlentity.cpp b/src/htmlentity.cpp
index 216b65c..a4d5914 100644
--- a/src/htmlentity.cpp
+++ b/src/htmlentity.cpp
@@ -193,7 +193,7 @@ static struct htmlEntityInfo
{ SYM(upsih), "\xcf\x92", "&upsih;", "<upsih/>", "&#978;", "{$\\Upsilon$}", NULL, "\\u978?", { NULL, DocSymbol::Perl_unknown }},
{ SYM(piv), "\xcf\x96", "&piv;", "<piv/>", "&#982;", "{$\\varpi$}", NULL, "\\u982?", { NULL, DocSymbol::Perl_unknown }},
{ SYM(bull), "\xe2\x80\xa2", "&bull;", "<bull/>", "&#8226;", "\\textbullet{}", NULL, "\\'95", { NULL, DocSymbol::Perl_unknown }},
- { SYM(hellip), "\xe2\x80\xa6", "&hellip;", "<hellip/>", "&#8230;", "{$\\cdots$}", NULL, "\\'85", { NULL, DocSymbol::Perl_unknown }},
+ { SYM(hellip), "\xe2\x80\xa6", "&hellip;", "<hellip/>", "&#8230;", "{$\\dots$}", NULL, "\\'85", { NULL, DocSymbol::Perl_unknown }},
{ SYM(prime), "\xe2\x80\xb2", "&prime;", "<prime/>", "&#8242;", "'", NULL, "\\u8242?", { "\\\'", DocSymbol::Perl_string }},
{ SYM(Prime), "\xe2\x80\xb3", "&Prime;", "<Prime/>", "&#8243;", "''", NULL, "\\u8243?", { "\"", DocSymbol::Perl_char }},
{ SYM(oline), "\xe2\x80\xbe", "&oline;", "<oline/>", "&#8254;", "{$\\overline{\\,}$}", NULL, "\\u8254?", { NULL, DocSymbol::Perl_unknown }},