mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Issue #77 Convert doxygen dummy headers to .dox files
Doxygen will treat them the same, and it helps unclutter the C++ code.
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
#ifndef BLACKCORE_H
|
/* Copyright (C) 2013
|
||||||
#define BLACKCORE_H
|
* swift Project Community / Contributors
|
||||||
|
*
|
||||||
|
* This file is part of swift project. It is subject to the license terms in the LICENSE file found in the top-level
|
||||||
|
* directory of this distribution. No part of swift project, including this file, may be copied, modified, propagated,
|
||||||
|
* or distributed except according to the terms contained in the LICENSE file.
|
||||||
|
*/
|
||||||
|
|
||||||
//! \file
|
//! \file
|
||||||
|
|
||||||
@@ -38,5 +43,3 @@
|
|||||||
* \defgroup dbus DBus related functions, classes, or definitions.
|
* \defgroup dbus DBus related functions, classes, or definitions.
|
||||||
* \ingroup blackcore
|
* \ingroup blackcore
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#endif // guard
|
|
||||||
@@ -6,10 +6,6 @@
|
|||||||
* or distributed except according to the terms contained in the LICENSE file.
|
* or distributed except according to the terms contained in the LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BLACKGUI_NAMESPACES_H
|
|
||||||
#define BLACKGUI_NAMESPACES_H
|
|
||||||
|
|
||||||
// just a dummy header, namespace documentation will go here
|
|
||||||
//! \file
|
//! \file
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@@ -51,5 +47,3 @@
|
|||||||
* \namespace BlackGui::Win
|
* \namespace BlackGui::Win
|
||||||
* \brief Windows specific classes.
|
* \brief Windows specific classes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#endif
|
|
||||||
@@ -6,10 +6,6 @@
|
|||||||
* or distributed except according to the terms contained in the LICENSE file.
|
* or distributed except according to the terms contained in the LICENSE file.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef BLACKMISC_NAMESPACES_H
|
|
||||||
#define BLACKMISC_NAMESPACES_H
|
|
||||||
|
|
||||||
// just a dummy header, namespace documentation will go here
|
|
||||||
//! \file
|
//! \file
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
@@ -63,5 +59,3 @@
|
|||||||
* \namespace BlackMisc::Mixin
|
* \namespace BlackMisc::Mixin
|
||||||
* \brief Mixin classes which implement common operations for value classes.
|
* \brief Mixin classes which implement common operations for value classes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user