From 42f27ec5dd754cc097fe44b9dfef486e854a821e Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 6 May 2019 12:10:52 +0200 Subject: Missing white space in warning Some messages give a result in the form of: `'static ostream & operator<<(ostream &out, const EntityAuth &a)' at line 61 of fileD:/Fossies/ceph-14.2.1/src/auth/Auth.h` i.e. space was missing `file` and `D:` --- src/doxygen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 347cd2a..153b1cb 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -5611,7 +5611,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); -- cgit v0.12