summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/tableaftervalue/src/table-after-value.h
blob: 466242775c50d6c77416a1477e6b24fd204d6b5c (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

class TableAfterValue
{
public:
    enum Reproduces { Problem };
};