mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 13:55:34 +00:00
34 lines
1.1 KiB
C++
34 lines
1.1 KiB
C++
/******************************************************************************
|
|
License: GNU General Public License v3.0 only
|
|
Copyright:
|
|
(C) 2008 - 2021 Alexander Shaduri <ashaduri@gmail.com>
|
|
******************************************************************************/
|
|
|
|
// This file is for generating documentation only. Do NOT include it.
|
|
/// \file
|
|
/// \author Alexander Shaduri
|
|
|
|
/**
|
|
\mainpage GSmartControl Index
|
|
|
|
|
|
\section intro_section Introduction
|
|
This is GSmartControl internal documentation.
|
|
*/
|
|
|
|
// Group definitions and titles.
|
|
|
|
/**
|
|
\addtogroup applib Application-Specific Components
|
|
\addtogroup applib_examples Examples of Application-Specific Components
|
|
\addtogroup hz HZ Common System Components
|
|
\addtogroup hz_examples Examples for HZ Common System Components
|
|
\addtogroup libdebug LibDebug Flexible Debug Logging
|
|
\addtogroup libdebug_examples Examples for LibDebug Flexible Debug Logging
|
|
\addtogroup rconfig Resource Manager-Based Configuration
|
|
\addtogroup rconfig_examples Examples for Resource Manager-Based Configuration
|
|
\addtogroup gsc GSmartControl Application
|
|
*/
|
|
|
|
|