Fixposition SDK 0.0.0-heads/main-0-g90a51ff
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
yaml2shell_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: yaml2shell documentation
12 */
13
14#ifndef __FPSDK_APPS_YAML2SHELL_DOC_HPP__
15#define __FPSDK_APPS_YAML2SHELL_DOC_HPP__
16
17namespace fpsdk {
18namespace apps {
19/**
20 * @brief streammux
21 */
22namespace streammux {
23// clang-format off
24/* ****************************************************************************************************************** */
25
26/*!
27 @page FPSDK_APPS_YAML2SHELL yaml2shell tool
28
29 @section FPSDK_APPS_YAML2SHELL_OVERVIEW Overview
30
31 See the built-in help:
32
33 @verbatim
34 $ yaml2shell -h
35 @endverbatim
36
37*/
38
39/* ****************************************************************************************************************** */
40// clang-format on
41} // namespace streammux
42} // namespace apps
43} // namespace fpsdk
44#endif // __FPSDK_APPS_YAML2SHELL_DOC_HPP__
Fixposition SDK.