mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +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:
61
src/blackmisc/blackmisc.dox
Normal file
61
src/blackmisc/blackmisc.dox
Normal file
@@ -0,0 +1,61 @@
|
||||
/* Copyright (C) 2013
|
||||
* 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
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc
|
||||
* \brief Base and utility classes available in all other projects.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::GeoPosition
|
||||
* \brief Position handling as geo locations and coordinates systems.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Settings
|
||||
* \brief Classes related to configuration settings.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::SharedState
|
||||
* \brief Utilities for sharing state between multiple objects.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::SharedState::DBus
|
||||
* \brief Implementation detail classes used by SharedState::CDataLinkDBus.
|
||||
* \ingroup SharedState
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Predicates
|
||||
* \brief Functor classes for evaluating predicate calculus expressions.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Predicates::Private
|
||||
* \private
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Private
|
||||
* \private
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Iterators
|
||||
* \brief Iterator classes for the containers.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Mixin
|
||||
* \brief Mixin classes which implement common operations for value classes.
|
||||
*/
|
||||
Reference in New Issue
Block a user