summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-10-14 18:03:56 (GMT)
committerGitHub <noreply@github.com>2019-10-14 18:03:56 (GMT)
commit8934514297a37bcb83674b3d07f4f9e365b44d0f (patch)
tree13f540dd4b96e37f100441c8e827b29216460a81 /src
parentdcd7b1d08f754edfb08361e0b7fb3d9e78c33f6b (diff)
parent78b5c447d516d64237f73e08a7ba2ad488201aa7 (diff)
downloadDoxygen-8934514297a37bcb83674b3d07f4f9e365b44d0f.zip
Doxygen-8934514297a37bcb83674b3d07f4f9e365b44d0f.tar.gz
Doxygen-8934514297a37bcb83674b3d07f4f9e365b44d0f.tar.bz2
Merge pull request #7312 from albert-github/feature/bug_quote_warn
Properly close quotes in warning
Diffstat (limited to 'src')
-rw-r--r--src/doxygen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 184220c..7b3c7d9 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -6405,6 +6405,8 @@ static void findMember(const Entry *root,
warnMsg+="' at line "+QCString().setNum(md->getDefLine()) +
" of file "+md->getDefFileName();
}
+ else
+ warnMsg += "'";
warnMsg+='\n';
}