Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
fpltool_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: fpltool documentation
12 */
13
14#ifndef __FPSDK_APPS_FPLTOOL_FPLTOOL_DOC_HPP__
15#define __FPSDK_APPS_FPLTOOL_FPLTOOL_DOC_HPP__
16
17namespace fpsdk {
18namespace apps {
19/**
20 * @brief fpltool
21 */
22namespace fpltool {
23// clang-format off
24/* ****************************************************************************************************************** */
25
26/*!
27 @page FPSDK_APPS_FPLTOOL .fpl logfile tool
28
29 @section FPSDK_APPS_FPLTOOL_OVERVIEW Overview
30
31 See FpltoolArgs::USAGE_HELP
32
33*/
34
35/* ****************************************************************************************************************** */
36// clang-format on
37} // namespace fpltool
38} // namespace apps
39} // namespace fpsdk
40#endif // __FPSDK_APPS_FPLTOOL_FPLTOOL_DOC_HPP__
Fixposition SDK.
Definition fpsdk_doc.hpp:20