diff options
author | Charles.Lee <cheoljoo@gmail.com> | 2018-12-24 00:58:06 (GMT) |
---|---|---|
committer | Charles.Lee <cheoljoo@gmail.com> | 2018-12-24 00:58:06 (GMT) |
commit | b35d4dbc124ec494b451b79a19218a564a98af53 (patch) | |
tree | 5ef64eab0723ebf9d7653b463ba3f1c05fb5cfca /src/htmlentity.cpp | |
parent | f73c9301a711baa68ef2a38acb279b421e3ca2b0 (diff) | |
parent | babfc33370e28963f890a5f05355aa7778700ca6 (diff) | |
download | Doxygen-b35d4dbc124ec494b451b79a19218a564a98af53.zip Doxygen-b35d4dbc124ec494b451b79a19218a564a98af53.tar.gz Doxygen-b35d4dbc124ec494b451b79a19218a564a98af53.tar.bz2 |
merge
Diffstat (limited to 'src/htmlentity.cpp')
-rw-r--r-- | src/htmlentity.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htmlentity.cpp b/src/htmlentity.cpp index 3d95705..e95b817 100644 --- a/src/htmlentity.cpp +++ b/src/htmlentity.cpp @@ -314,7 +314,8 @@ static struct htmlEntityInfo { SYM(Quot), "\"", "\"", "\"", """, "\"", "\"", "\"", { "\"", DocSymbol::Perl_char }}, { SYM(Minus), "-", "-", "-", "-", "-\\/", "-", "-", { "-", DocSymbol::Perl_char }}, { SYM(Plus), "+", "+", "+", "+", "+", "+", "+", { "+", DocSymbol::Perl_char }}, - { SYM(Dot), ".", ".", ".", ".", ".", ".", ".", { ".", DocSymbol::Perl_char }} + { SYM(Dot), ".", ".", ".", ".", ".", ".", ".", { ".", DocSymbol::Perl_char }}, + { SYM(Colon), ":", ":", ":", ":", ":", ":", ":", { ":", DocSymbol::Perl_char }} }; static const int g_numHtmlEntities = (int)(sizeof(g_htmlEntities)/ sizeof(*g_htmlEntities)); |