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

qdoc not handling C++11 enum struct and enum class properly.

XMLWordPrintable

    • ca81f8e469faba11f622af9a9ec537a7b3cec08f

      As the summary says, qdoc is not handling such constructs properly. Say we have:

      enum struct Capability {
          Unset = 0,
          Pausable = 1,
          Stoppable = 2    
      };
      

      Documenting that enum fails and will not generate any docs using markup like this:

      /*!
          \enum Capability
          \value Unset No capabilities set for this task.
          \value Pausable The task is pausable during execution.
          \value ...
      */
      

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

            heimrich Karsten Heimrich
            heimrich Karsten Heimrich
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes