From 497d44273fa5cc619f4289a60a4c1685d7ded241 Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 3 May 2019 10:09:41 +0200 Subject: Ambiguous file name in file command The file command has only one argument. --- src/doxygen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v0.12