From b09b3ec90fbe25e330b819d67765ea42e6411b71 Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@qt.io> Date: Fri, 9 Jun 2017 12:19:08 +0200 Subject: [PATCH] QDoc: End "This function is reentrant" with a dot Fix \reentrant, \threadsafe output for functions. Change-Id: I192ed48a292ccf7ffcc87b8422ba1f185d9d6629 Reviewed-by: Martin Smith <martin.smith@qt.io> --- src/qdoc/generator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qdoc/generator.cpp b/src/qdoc/generator.cpp index eaf1a6133..88e2a1b36 100644 --- a/src/qdoc/generator.cpp +++ b/src/qdoc/generator.cpp @@ -1533,6 +1533,7 @@ void Generator::generateThreadSafeness(const Node *node, CodeMarker *marker) text << tlink; else text << rlink; + text << "."; } text << Atom::ParaRight; break; -- GitLab