Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
doc.hpp
Go to the documentation of this file.
1/**
2 * \verbatim
3 * ___ ___
4 * \ \ / /
5 * \ \/ / Copyright (c) Fixposition AG (www.fixposition.com) and contributors
6 * / /\ \ License: see the LICENSE file
7 * /__/ \__\
8 * \endverbatim
9 *
10 * @file
11 * @brief Fixposition SDK: Common library documentation
12 */
13
14#ifndef __FPSDK_COMMON_DOC_HPP__
15#define __FPSDK_COMMON_DOC_HPP__
16
17namespace fpsdk {
18/**
19 * @brief Fixposition SDK: Common library
20 */
21namespace common {
22// clang-format off
23/* ****************************************************************************************************************** */
24
25/*!
26 @page FPSDK_COMMON_DOC Fixposition SDK: Common Library
27
28 @section FPSDK_COMMON_OVERVIEW Overview
29
30 @todo add documentation
31
32 @section FPSDK_COMMON_MODULES Modules
33
34 - @subpage FPSDK_COMMON_APPS
35 - @subpage FPSDK_COMMON_FPL
36 - @subpage FPSDK_COMMON_LOGGING
37 - @subpage FPSDK_COMMON_MATH
38 - @subpage FPSDK_COMMON_PARSER
39 - @subpage FPSDK_COMMON_PATH
40 - @subpage FPSDK_COMMON_STREAM
41 - @subpage FPSDK_COMMON_STRING
42 - @subpage FPSDK_COMMON_TIME
43 - @subpage FPSDK_COMMON_THREAD
44 - @subpage FPSDK_COMMON_TRAFO
45 - @subpage FPSDK_COMMON_TYPES
46 - @subpage FPSDK_COMMON_UTILS
47 - @subpage FPSDK_COMMON_YAML
48
49 @section FPSDK_COMMON_LICENSE License
50
51 @include fpsdk_common/LICENSE
52
53*/
54
55/* ****************************************************************************************************************** */
56// clang-format on
57} // namespace common
58} // namespace fpsdk
59#endif // __FPSDK_COMMON_DOC_HPP__
Fixposition SDK.
Definition fpsdk_doc.hpp:20