Fixposition SDK 0.0.0-heads/main-0-g90a51ff
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 the built-in help:
32
33 @verbatim
34 $ fpltool -h
35 @endverbatim
36*/
37
38/* ****************************************************************************************************************** */
39// clang-format on
40} // namespace fpltool
41} // namespace apps
42} // namespace fpsdk
43#endif // __FPSDK_APPS_FPLTOOL_FPLTOOL_DOC_HPP__
Fixposition SDK.