demo/demo/src/inline_rst.hpp Source File

demo/demo/src/inline_rst.hpp Source File#

Demo: demo/demo/src/inline_rst.hpp Source File
Demo
inline_rst.hpp
1// =====================================================================================
2// C O P Y R I G H T
3// -------------------------------------------------------------------------------------
4// Copyright (c) 2022 by Robert Bosch GmbH. All rights reserved.
5//
6// Author(s):
7// - Markus Braun, :em engineering methods AG (contracted by Robert Bosch GmbH)
8// =====================================================================================
9#ifndef DEMO__INLINE_RST_INCLUDED
10#define DEMO__INLINE_RST_INCLUDED
11
12namespace doxysphinx
13{
14namespace doxygen
15{
18 {
19 public:
73
99
137
138 }; // InlineRst
139
140} // doxygen
141} // doxysphinx
142
143#endif
Demonstration of inline rst usage. See also :doc:"Rst Inline Syntax Documentation </docs/syntax/rst_i...
Definition inline_rst.hpp:18
void inline_rst_syntax_in_lists()
shows how to use inline rst roles in doxygen list comments
void inline_rst_syntax_in_tables()
shows how to use inline rst roles in doxygen list comments
void inline_rst_syntax_in_comments()
shows how to use inline rst roles in doxygen comments
The namespace doxysphinx contains all demo code that we need for demonstration of doxysphinx.
Definition block_rst.hpp:13