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

The QML component parser in qdoc doesn't report errors

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • 5.0.0
    • None
    • Documentation
    • None
    • 02e4cc6e78a3226376f295b27b787786c14f4a28

    Description

      The QML parser in qtdeclarative is used by qdoc to parser both .qml files and QML code snippets. Currently, it only reports errors found when parsing snippets. It should also report errors when parsing QML component files. If the QML parser detects an error when parsing a QML component file, the documentation for the component is not generated. That's the way the parser works. It first parses the file and builds a parse tree. It only traverses the tree if the parse was successful.

      Attachments

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

        Activity

          People

            gbk Martin Smith (Qt)
            gbk Martin Smith (Qt)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes