summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-06-09 12:19:08 +0200
committerKai Koehne <kai.koehne@qt.io>2017-06-22 13:28:55 +0000
commitb09b3ec90fbe25e330b819d67765ea42e6411b71 (patch)
tree8ddc536a577001459790cb1d49ec02768260d846
parent4ba1f6ec607f05807f39a271e7e4c457fe3b0803 (diff)
downloadqttools-b09b3ec90fbe25e330b819d67765ea42e6411b71.tar.gz
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>
-rw-r--r--src/qdoc/generator.cpp1
1 files changed, 1 insertions, 0 deletions
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;