summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-05-07 19:05:29 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-05-07 19:05:29 (GMT)
commitc7edc00776fccc54b3ad96b218df8843229a5002 (patch)
tree48de2f3b06d86b84768d4d32c3ceeee97397a894 /src/doxygen.cpp
parenta216d135700190d0b064c872d5c78a286c3682c4 (diff)
parenta0edd8c583aec5bb65c60eb030ad237f65d52b6c (diff)
downloadDoxygen-c7edc00776fccc54b3ad96b218df8843229a5002.zip
Doxygen-c7edc00776fccc54b3ad96b218df8843229a5002.tar.gz
Doxygen-c7edc00776fccc54b3ad96b218df8843229a5002.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 4fcd157..dd32a8e 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -5614,7 +5614,7 @@ static bool findGlobalMember(Entry *root,
warnMsg+=" '";
warnMsg+=substitute(md->declaration(),"%","%%");
warnMsg+="' at line "+QCString().setNum(md->getDefLine())+
- " of file"+md->getDefFileName()+"\n";
+ " of file "+md->getDefFileName()+"\n";
}
}
warn(root->fileName,root->startLine,warnMsg);