Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-19759

HTML code sneaks in to the QML documentation in DITA XML format

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 4.7.2, 4.7.3
    • Documentation
    • None

    Description

      In lists documenting QML properties, "<b>" and "</b> is wrapping around the property name.

      Suggested solution: remove the formating.

      Example: qml-item.xml

      line: 70 and on...
      <section outputclass="redundant">
      <p outputclass="properties h2">Properties</p>
      <ul>
      <li><b><xref href="qml-item.xml#id-3c38ad3e-ffc2-443d-827f-024444657a5d">activeFocus</xref></b> : bool</li>
      <li><b><xref href="qml-item.xml#id-d9904f88-aca9-478c-b195-ecd3ee5e869f">anchors.baseline</xref></b> : AnchorLine</li>
      <li><b><xref href="qml-item.xml#id-d9c8e818-ecb1-4682-9b9f-8e9e0fb17818">anchors.baselineOffset</xref></b> : real</li>
      <li><b><xref href="qml-item.xml#id-19ec269d-edb0-460e-b7f3-19b7f2b62f2a">anchors.bottom</xref></b> : AnchorLine</li>
      <li><b><xref href="qml-item.xml#id-cd1a99e3-2a0e-46cb-b8f8-00e2b4b5a2e7">anchors.bottomMargin</xref></b> : real</li>
      <li><b><xref href="qml-item.xml#id-d86c24df-8bfd-471a-b8c8-f9c350b0df22">anchors.centerIn</xref></b> : Item</li>

      The output should be:

      <section outputclass="redundant">
      <p outputclass="properties h2">Properties</p>
      <ul>
      <li><xref href="qml-item.xml#id-3c38ad3e-ffc2-443d-827f-024444657a5d">activeFocus</xref> : bool</li>
      <li><xref href="qml-item.xml#id-d9904f88-aca9-478c-b195-ecd3ee5e869f">anchors.baseline</xref> : AnchorLine</li>
      <li><xref href="qml-item.xml#id-d9c8e818-ecb1-4682-9b9f-8e9e0fb17818">anchors.baselineOffset</xref> : real</li>
      <li><xref href="qml-item.xml#id-19ec269d-edb0-460e-b7f3-19b7f2b62f2a">anchors.bottom</xref> : AnchorLine</li>
      <li><xref href="qml-item.xml#id-cd1a99e3-2a0e-46cb-b8f8-00e2b4b5a2e7">anchors.bottomMargin</xref> : real</li>
      <li><xref href="qml-item.xml#id-d86c24df-8bfd-471a-b8c8-f9c350b0df22">anchors.centerIn</xref> : Item</li>

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            docteam Qt Documentation Team
            engvolds Morten Engvoldsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes