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

Doc: Usage of incorrect argument to \generatelist

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.10
    • Documentation
    • d8ff2009a (6.10), 5cd068409 (6.10), 483cc7bd4 (6.10), 1578934f0 (6.10), f9fa5d990 (6.10), f84211dd1 (6.10), acb109470 (6.10), f06d7cce9 (6.10), 36104fef8 (6.10), af09a2e3e (6.10), 8010685c4 (6.10), f695b0bd5 (dev), dacf8ed21 (6.10), 9ff949e0e (6.10)
    • DaVinci 121, DaVinci 122

      We see

      \generatelist {groupsbymodule <group_name>}
      
      

       

      Used throughout Qt module docs. While it produces the correct result it's fragile, because `groupsbymodule` is not recognized as a valid 1st argument, and QDoc currently falls back to generating an annotated list of <group_name> members. 

       

      Replace these with

      \annotatedlist <group_name>
      
      

        For Gerrit Dashboard: QTBUG-138901
        # 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