summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/duplicate_section_titles_have_unique_anchors/src/page_one.qdoc
blob: 4596ffccdc38a78062fb9945fc89f6af207ead59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page page_one.html
    \title Page One

    This test is for a documentation project with multiple section titles whose names collide.

    \section1 Section One
    This is the first section.

    \section2 Section Two
    This is the first sub-section.

    \section1 Section One
    This is the second section.

    \section2 Section Two
    This is the second sub-section.
*/