summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/relatesordering/a.cpp
blob: c2dd411d7d4a88c8d341b0f709312bfd5bf5823e (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#include "a.h"

/*!
    \typealias foo
    \relates <Bar>

    Related to a header file whose source might be parsed later.
*/