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

qdoc: Allow duplication (continuation) of identifier tags when quoting snippets

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.15
    • Build tools: qdoc
    • None
    • 8

      Allowing multiple pairs of identifier tags in a snippet source would help quoting in cases where we need to skip a section between two ranges:

      //! [0]
      foo();
      //! [0]
      bar();
      //! [0]
      baz();
      //! [0]
      

      Would yield

      foo();
      baz();
      

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

            docinfrastructure Documentation Infrastructure Team
            treinio Topi Reiniƶ
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes