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: apps documentation
12 */
13
14#ifndef __FPSDK_APPS_DOC_HPP__
15#define __FPSDK_APPS_DOC_HPP__
16
17namespace fpsdk {
18/**
19 * @brief Fixposition SDK: Apps
20 */
21namespace apps {
22// clang-format off
23/* ****************************************************************************************************************** */
24
25/*!
26 @page FPSDK_APPS_DOC Fixposition SDK: Apps
27
28 @section FPSDK_APPS_OVERVIEW Overview
29
30 @todo add documentation
31
32 @section FPSDK_APPS_APPS Apps
33
34 - @subpage FPSDK_APPS_FPLTOOL
35
36 @section FPSDK_APPS_LICENSE License
37
38 @include fpsdk_apps/LICENSE
39*/
40
41/* ****************************************************************************************************************** */
42// clang-format on
43} // namespace apps
44} // namespace fpsdk
45#endif // __FPSDK_APPS_DOC_HPP__
Fixposition SDK.
Definition fpsdk_doc.hpp:20