Commit b09b3ec9 authored by Kai Koehne's avatar Kai Koehne
Browse files

QDoc: End "This function is reentrant" with a dot


Fix \reentrant, \threadsafe output for functions.

Change-Id: I192ed48a292ccf7ffcc87b8422ba1f185d9d6629
Reviewed-by: default avatarMartin Smith <martin.smith@qt.io>
parent 4ba1f6ec
Branches
Tags
No related merge requests found
Showing with 1 addition and 0 deletions
......@@ -1533,6 +1533,7 @@ void Generator::generateThreadSafeness(const Node *node, CodeMarker *marker)
text << tlink;
else
text << rlink;
text << ".";
}
text << Atom::ParaRight;
break;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment