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

qdoc confuses parameters of certain methods

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 6.1.0 RC
    • 5.11.0 Beta 2
    • Build tools: qdoc
    • None
    • 8
    • f72928e711870625a583d06b2539c7af557727b7 (qt/qttools/dev)
    • Da Vinci sprint 12

    Description

      This happens when generating docs for QScxmlStateMachine. The declaration of one of the onEntry() methods is:

      static std::function<void(bool)> onEntry(const QObject *receiver, const char *method);
      

      The documentation for that same method is:

      \fn std::function<void(bool)> QScxmlStateMachine::onEntry(
                  const QObject *receiver, const char *method)
      

      But the generated documentation says:

      std::function<void (bool)> QScxmlStateMachine::onEntry(const QObject *, const char *receiver)
      

      This doesn't match. The first parameter should be called "receiver" and the second one should be called "method".

      Attachments

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

        Activity

          People

            treinio Topi Reiniƶ
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes