Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-9620

Automatic generation of Doxygen class comments doesn't create a \brief text for template classes

    XMLWordPrintable

Details

    • a437539096e8d5e4a49101f5d05774667089dc0d (qt-creator/qt-creator/6.0)

    Description

      When you type /*! before a class definition and press enter a doxygen comment, with a default \brief line, is generated.
      If it is a template class the \brief line is omitted.

      /*!
       * \brief The Test class
       */
      class Test {};
      
      /*!
       *
       */
      template <typename T>
      class Test {};
      

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            mkrems Marcel Krems
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes