summaryrefslogtreecommitdiffstats
path: root/src/dirdef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirdef.cpp')
-rw-r--r--src/dirdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirdef.cpp b/src/dirdef.cpp
index aef5e3f..e79601e 100644
--- a/src/dirdef.cpp
+++ b/src/dirdef.cpp
@@ -222,7 +222,7 @@ void DirDef::writeDocumentation(OutputList &ol)
else
{
ol.startBold();
- ol.writeString(fd->name());
+ ol.docify(fd->name());
ol.endBold();
}
if (fd->generateSourceFile())