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

Make qdoc work without module header

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 6.0
    • None
    • Build tools: qdoc
    • None

      Since qdoc was ported to use clang, it requires to parse the module header to build up its AST for all C++ classes. While this works fine for Qt modules, it makes it hard to use for normal qt projects.

      E.g. https://codereview.qt-project.org/#/c/256891/

      To make neptune3 to pick up the autogenerated C++ files (they contain qdoc comments) an artificial module header needs to be created manually to pick up all files.

      It would be great if qdoc would fall back to parse all headers in the headersdir when no module header was found.

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

            treinio Topi Reiniƶ
            gagi Dominik Holland
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes