InlineRst Class Reference#
Demo |
Rst Inline Syntax Documentation
. More...#include <inline_rst.hpp>
Public Member Functions | |
void | inline_rst_syntax_in_comments () |
shows how to use inline rst roles in doxygen comments More... | |
void | inline_rst_syntax_in_lists () |
shows how to use inline rst roles in doxygen list comments More... | |
void | inline_rst_syntax_in_tables () |
shows how to use inline rst roles in doxygen list comments More... | |
Detailed Description
Member Function Documentation
◆ inline_rst_syntax_in_comments()
void doxysphinx::doxygen::InlineRst::inline_rst_syntax_in_comments | ( | ) |
shows how to use inline rst roles in doxygen comments
syntax
use this syntax in your doxygen comments (we left out the comment prefix [///, //! etc.] here).
visual example
Not working
8!) A markdown inline statement with ticks like this - ‘:doc:'This is an inline link to the Main Documentation <index>’` - won't work because doxygen generates ‘
and ’
symbols instead of code-tags in this case (which is strange btw...).
9!) Escaping backticks in markdown inline statement - :doc:\
This is an inline link to the Main Documentation <index>`` - won't work because doxygen preprocesses that in a strange way.
◆ inline_rst_syntax_in_lists()
void doxysphinx::doxygen::InlineRst::inline_rst_syntax_in_lists | ( | ) |
shows how to use inline rst roles in doxygen list comments
syntax
use this syntax in your doxygen comments (we left out the comment prefix [///, //! etc.] here).
visual example
- A html code element with quotes like this - - should work.
- A html code element with ticks like this - - should work.
- A html code element with escaped backticks like this - - should work.
- A tt element with quotes like this - - should work.
- A tt element with ticks like this - - should work.
- A tt element with escaped backticks like this - - should work.
- A markdown inline statement with quotes like this - - should work.
◆ inline_rst_syntax_in_tables()
void doxysphinx::doxygen::InlineRst::inline_rst_syntax_in_tables | ( | ) |
shows how to use inline rst roles in doxygen list comments
syntax
use this syntax in your doxygen comments (we left out the comment prefix [///, //! etc.] here).
visual example
markdown table:
First Header | Second Header |
---|---|
Content Cell | |
Content Cell | Content Cell |
html table:
First Header | Second Header |
---|---|
Content Cell | |
Content Cell | Content Cell |
The documentation for this class was generated from the following file:
- demo/demo/src/inline_rst.hpp
Generated by 1.9.1