#ifndef BLACKMISC_NAMESPACES_H #define BLACKMISC_NAMESPACES_H // just a dummy header, namespace documentation will go here /*! \file */ /*! * \namespace BlackMisc * \brief Base and utility classes available in all other projects. */ /*! * \namespace BlackMisctest * \brief Tests and samples for namespace BlackMisc. */ /*! * \namespace BlackMisc::Aviation * \brief Aviation and Avionics classes such as CHeading or CTransponder . */ /*! * \namespace BlackMisc::Math * \brief Math classes such as vectors, matrices, and utility methods. */ /*! * \namespace BlackMisc::GeoPosition * \brief Position handling as geo locations and coordinates systems. */ /*! * \namespace BlackMisc::PhysicalQuantities * \brief Classes for physical quantities and units such as length, mass, speed. */ #endif