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

Display of namespaced classes in documentation

    XMLWordPrintable

Details

    • c18faf25d (dev)
    • DaVinci 106, DaVinci 107

    Description

      In KDE some of our API lives in namespaces named after the module.

      Consider for example the Menu class from the Purpose module:

       

      namespace Purpose {
      
      /*!
        \class Purpose::Menu
        \inheaderfile Purpose/Menu
        
        Bla bla bla
      */
      class Menu {
      }
      }
      

      The resulting documentation page will look like this

      The title does not include the namespace of the class, despite this being important information.

      Only the (with the stock CSS somewhat oddly displayed) subtitle has that information.

      What I'd expect to see is "Purpose::Class" as title and no subtitle.

       

      Attachments

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

        Activity

          People

            treinio Topi Reiniö
            nicolasfella_kde Nicolas Fella
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes