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

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

    XMLWordPrintable

Details

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

    Description

      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();
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes