// Copyright (C) 2020 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "testtemplate.h" /*! \class Foo \inmodule TestCPP \brief Class template. */ /*! \class Bar \inmodule TestCPP \brief Another class template. */ /*! //! Baz is a struct, QDoc auto-converts this to the correct type \class Baz \inmodule TestCPP \brief Class template template. */