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

Doxygen documentation stub does not work on Q_INVOKABLE methods

XMLWordPrintable

    • 75a065d3d1f22afb9fdbe6011f162c57ed58c1e0 (qt-creator/qt-creator/master)

      If a method is Q_INVOKABLE the auto-generation of the Doxygen documentation does not work:

      class SomeClass {
      ...
      /*! <ENTER>
      Q_INVOKABLE QVariant myMethod(const QString& par1, const QString& par2);
      }
      
      I'd expect it to expand to:
      /*!
       * \brief myMethod
       * \param par1
       * \param par2
       * \return 
       */
      

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

            kosjar Nikolai Kosjar
            richardo Richard Öhlinger
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes