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

QDoc: Linking regressions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.0.2
    • 5.0.2
    • Documentation
    • None

    Description

      Linking within a module:
      \list
      \li \l

      {Button}

      //works
      \li \l

      {QtDesktopComponents1::Button}

      //doesn't work
      \li \l

      {QtDesktopComponents1.0::Button}

      //doesn't work
      \li \l

      {QtDesktopComponents10::Button}

      //doesn't work
      \li \l

      {QtDesktopComponents::Button}

      //doesn't work
      \li \l

      {Button::text}

      //works
      \li \l

      {Button::} {text}

      //works
      \li \l

      {QtDesktopComponents1.0::Button::text}

      //doesn't work
      \endlist

      Linking to another module:
      \list
      \li \l

      {Rectangle}

      //works
      \li \l

      {Rectangle::}

      //doesn't work
      \li \l

      {Video}

      //works
      \li \l

      {QtMultimedia5::Video}

      //doesn't work
      \li \l

      {QtMultimedia50::Video}

      //doesn't work
      \li \l

      {QtMultimedia5.0::Video}

      //doesn't work

      The qdocconf file uses the correct 'depends'.

      Note that last year, \l

      {QtDesktopComponents1.0::Button}

      worked for some test projects.

      Attachments

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

        Activity

          People

            gbk Martin Smith (Qt)
            jerome.pasion Jerome Pasion
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes