summaryrefslogtreecommitdiffstats
path: root/src/doc.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-03-24 20:06:51 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-03-24 20:06:51 (GMT)
commita633d7976dbe31f1499efa59ae27ce75ff7015d7 (patch)
tree797740a23dd652f609fa100db4f0c862df4692ed /src/doc.l
parent40c0613db241b9015265b2b9f3673e0c7869d3c2 (diff)
downloadDoxygen-a633d7976dbe31f1499efa59ae27ce75ff7015d7.zip
Doxygen-a633d7976dbe31f1499efa59ae27ce75ff7015d7.tar.gz
Doxygen-a633d7976dbe31f1499efa59ae27ce75ff7015d7.tar.bz2
Release-1.2.14-20020324
Diffstat (limited to 'src/doc.l')
-rw-r--r--src/doc.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc.l b/src/doc.l
index b6469a7..bafc73f 100644
--- a/src/doc.l
+++ b/src/doc.l
@@ -2485,7 +2485,7 @@ OPMASK ({B}*{OPNORM}({OPARG}?))|({OPCAST}{OPARG})
outDoc->startEmphasis();
if (!insideHtmlLink)
{
- linkifyText(TextGeneratorOLImpl(*outDoc),className,0,yytext,FALSE,FALSE);
+ linkifyText(TextGeneratorOLImpl(*outDoc),className,0,yytext,FALSE,TRUE);
}
else
{
@@ -2524,7 +2524,7 @@ OPMASK ({B}*{OPNORM}({OPARG}?))|({OPCAST}{OPARG})
outDoc->startBold();
if (!insideHtmlLink)
{
- linkifyText(TextGeneratorOLImpl(*outDoc),className,0,yytext,FALSE,FALSE);
+ linkifyText(TextGeneratorOLImpl(*outDoc),className,0,yytext,FALSE,TRUE);
}
else
{
@@ -2563,7 +2563,7 @@ OPMASK ({B}*{OPNORM}({OPARG}?))|({OPCAST}{OPARG})
outDoc->startTypewriter();
if (!insideHtmlLink)
{
- linkifyText(TextGeneratorOLImpl(*outDoc),className,0,yytext,FALSE,FALSE);
+ linkifyText(TextGeneratorOLImpl(*outDoc),className,0,yytext,FALSE,TRUE);
}
else
{