summaryrefslogtreecommitdiff
path: root/doc/source/dev/examples/doxy_rst.h
blob: 6ab4a07758ab6921a02f329f6b3db7e00354e67d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * A comment block contains reST markup.
 * @rst
 * .. note::
 *
 *   Thanks to Breathe_, we were able to bring it to Doxygen_
 *
 * Some code example::
 *
 *   int example(int x) {
 *       return x * 2;
 *   }
 * @endrst
 */
void doxy_reST_example(void);