summaryrefslogtreecommitdiffstats
path: root/src/definition.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-11-17 20:04:10 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-11-29 19:38:18 (GMT)
commit00b7d393215f6b7e08d6b931c6da32e4103c5a36 (patch)
tree205644c673c840a0e3cbfdd612df300d86e3b709 /src/definition.cpp
parent727e5e1c179148fdc4123176ac2d9021c33e3eba (diff)
downloadDoxygen-00b7d393215f6b7e08d6b931c6da32e4103c5a36.zip
Doxygen-00b7d393215f6b7e08d6b931c6da32e4103c5a36.tar.gz
Doxygen-00b7d393215f6b7e08d6b931c6da32e4103c5a36.tar.bz2
More context and template additions
Diffstat (limited to 'src/definition.cpp')
-rw-r--r--src/definition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.cpp b/src/definition.cpp
index 93b55ab..2c05f29 100644
--- a/src/definition.cpp
+++ b/src/definition.cpp
@@ -959,7 +959,7 @@ void Definition::writeSourceDef(OutputList &ol,const char *)
{
ol.disable(OutputGenerator::Latex);
}
- // write line link (HTML, LaTeX optionally)
+ // write file link (HTML, LaTeX optionally)
ol.writeObjectLink(0,fn,0,m_impl->body->fileDef->name());
ol.enableAll();
ol.disable(OutputGenerator::Html);