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

Display of namespaced classes in documentation

XMLWordPrintable

    • c18faf25d (dev)
    • DaVinci 106, DaVinci 107

      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.

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes