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

QDoc: -showinternal command-line option should take precedence over config file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3: Somewhat important P3: Somewhat important
    • 6.11.0 FF
    • 6.8.4, 6.9.2, 6.10.0
    • Build tools: qdoc
    • 77c651119 (dev)
    • DaVinci 124

      QDoc's showinternal configuration option has inconsistent behavior when set in both .qdocconf files and via command-line. The command-line -showinternal flag fails to properly override config file settings. This is due to:

      • Config file values being loaded after command-line processing without checking for precedence.
      • Inconsistent usage where some code reads from CONFIG_SHOWINTERNAL while others use showInternal(), potentially seeing different values.

      The fix ensures command-line options take precedence over config file settings and makes all code paths use the same value source.

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

            paulwicking Paul Wicking
            paulwicking Paul Wicking
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes