Indeed, there is no space between them, it’s a problem coming from the QDoc HTML generator, fixed in the master branch, and there is no way to configure it.
We can see the problem in here: https://github.com/qtproject/qttools/blob/c27a715331df99d087e2c767e678bf7ba4f38d50/src/qdoc/htmlgenerator.cpp#L4217 It has been fixed with this commit: https://github.com/qtproject/qttools/commit/afdbf65a98792b6de5968fa3d1c2f8267af9d838 The commit is in the 5.6 branch of qttools. Temporary solutions: - It is possible to visually separate them using CSS since they are in separate <span> elements, but it is not an optimal solution (e.g. screen readers still consider them as a single word). - Search and replace in HTML files after the generation - Manipulating the page in JavaScript -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1557259 Title: typo in the property definitions To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557259/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
