summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-05-07 08:29:52 (GMT)
committerGitHub <noreply@github.com>2019-05-07 08:29:52 (GMT)
commit1029f8a7410f99d844005a54211b015188b895f7 (patch)
tree043c3c8662d94450fe4d611b453a632fdca83a32 /src
parentfea3436abf1070c66ab958a9490f0e41711f968e (diff)
parent42f27ec5dd754cc097fe44b9dfef486e854a821e (diff)
downloadDoxygen-1029f8a7410f99d844005a54211b015188b895f7.zip
Doxygen-1029f8a7410f99d844005a54211b015188b895f7.tar.gz
Doxygen-1029f8a7410f99d844005a54211b015188b895f7.tar.bz2
Merge pull request #6964 from albert-github/feature/bug_warning_missing_space
Missing white space in warning
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 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);