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

QDoc auto-links to \internal targets

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Invalid
    • Icon: P2: Important P2: Important
    • None
    • None
    • Build tools: qdoc
    • None
    • Incorrectly closed as fixed when the fix was squashed into a commit that didn't merge.

    • QDoc Sprint 1

      QDoc's auto-linker is slightly too eager to resolve link targets after the comment file feature; linking to even targets that are marked \internal.

      Most prominent is the word 'macOS', where we tried to disable the autolinking by introducing an internal \externalpage. For example;

      -<p>With the MySQL driver, it is possible to connect to a MySQL server. In order to build the QMYSQL Plugin for Unix or <a href="supported-platforms.html#macos">macOS</a>, you need the MySQL header files as well as the shared library, libmysqlclient.so. To compile the plugin for Windows, install MySQL.</p>
      +<p>With the MySQL driver, it is possible to connect to a MySQL server. In order to build the QMYSQL Plugin for Unix or <a href="nolink">macOS</a>, you need the MySQL header files as well as the shared library, libmysqlclient.so. To compile the plugin for Windows, install MySQL.</p>
      

      notice the <a href="nolink">macOS</a>, which obviously is not intended.

        For Gerrit Dashboard: QTBUG-79108
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes