summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-05-03 08:09:41 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-05-03 08:09:41 (GMT)
commit497d44273fa5cc619f4289a60a4c1685d7ded241 (patch)
tree606a47fb0ad7f4e3e4ec87ec210975588fb68f0c /src
parenta985ed0100cd7de580997f8c932a67a4f520f417 (diff)
downloadDoxygen-497d44273fa5cc619f4289a60a4c1685d7ded241.zip
Doxygen-497d44273fa5cc619f4289a60a4c1685d7ded241.tar.gz
Doxygen-497d44273fa5cc619f4289a60a4c1685d7ded241.tar.bz2
Ambiguous file name in file command
The file command has only one argument.
Diffstat (limited to 'src')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index ed189fb..39609bd 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -805,7 +805,7 @@ static void buildFileList(Entry *root)
const char *fn = root->fileName.data();
QCString text(4096);
text.sprintf("the name `%s' supplied as "
- "the second argument in the \\file statement ",
+ "the argument in the \\file statement ",
qPrint(root->name));
if (ambig) // name is ambiguous
{