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 Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1557259 Title: typo in the property definitions Status in ubuntu-ui-toolkit package in Ubuntu: Confirmed Bug description: https://developer.ubuntu.com/api/apps/qml/sdk-15.04.1/Ubuntu.Components.ScrollView/ on the page: defaultcontentItem : Item The contentItem of the ScrollView. This is set by the user. Note that the definition of contentItem is somewhat different to that of a Flickable, where the contentItem is implicitly created. read-onlyflickableItem : Item There should be a space in the property defintions. default contentItem: Item To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1557259/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp

