refs #485, refs #608 Doxygen improvements/fixes

This commit is contained in:
Klaus Basan
2016-03-02 23:36:06 +01:00
committed by Mathew Sutcliffe
parent bcb00b1b91
commit 52f0756597
6 changed files with 65 additions and 7 deletions

46
src/blackgui/blackgui.h Normal file
View File

@@ -0,0 +1,46 @@
/* Copyright (C) 2016
* 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 and at http://www.swift-project.org/license.html. 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.
*/
#ifndef BLACKGUI_NAMESPACES_H
#define BLACKGUI_NAMESPACES_H
// just a dummy header, namespace documentation will go here
//! \file
/*!
* \namespace BlackGui
* \brief GUI related classes.
*/
/*!
* \namespace BlackGui::Components
* \brief High level reusable GUI components.
*/
/*!
* \namespace BlackGui::Filters
* \brief Filter to search data sets.
*/
/*!
* \namespace BlackGui::Models
* \brief Models to be used with views, mainly QTableView
*/
/*!
* \namespace BlackGui::Views
* \brief Views, mainly QTableView
*/
/*!
* \namespace BlackGui::Win
* \brief Windows specific classes.
*/
#endif