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

qdoc: erratic behavior on link text formatting

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 6.2.2
    • 6.3
    • Build tools: qdoc
    • None
    • 13
    • Da Vinci sprint 43

    Description

      QDoc attempts to style both generated autolinks and explicit \l links to functions in a specific way; "\l foo()" is rendered in html as

      <a href="page.html#foo">foo</a>()
      

      I.e. '()' are moved outside the link. But this breaks in some other cases, e.g.

      \l

      {foo()}

      {The foo() function}

      Results in

      <a href="page.html#foo">The foo</a>() function
      

      The link text is cut at '()' which was not intended.

      Attachments

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

        Activity

          People

            treinio Topi Reiniƶ
            treinio Topi Reiniƶ
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes