demo/demo/src/block_rst.hpp Source File

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

Demo: demo/demo/src/block_rst.hpp Source File
Demo
block_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__BLOCK_RST_INCLUDED
10 #define DEMO__BLOCK_RST_INCLUDED
11 
12 namespace doxysphinx
13 {
14 namespace doxygen
15 {
18  class BlockRst
19  {
20  public:
82 
142 
204 
245 
246 
247  }; // BlockRst
248 
249 } // doxygen
250 } // doxysphinx
251 
252 #endif
Demonstration of block rst usage. See also :doc:"Rst Block Syntax Documentation </docs/syntax/rst_blo...
Definition: block_rst.hpp:19
void block_rst_via_markdown()
RestructuredText block with markdown fences.
void block_rst_via_verbatim()
RestructuredText block doxygen verbatim special command.
void block_rst_via_code()
RestructuredText block doxygen code special command.
void block_rst_via_pre()
RestructuredText block with html pre tag in doxygen.
The namespace doxysphinx contains all demo code that we need for demonstration of doxysphinx.
Definition: block_rst.hpp:13