]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/boostbook/test/more/tests/syntax-highlight/comments.xml
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / boostbook / test / more / tests / syntax-highlight / comments.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright 2010 Daniel James.
4
5 Distributed under the Boost Software License, Version 1.0.
6 (See accompanying file LICENSE_1_0.txt or copy at
7 http://www.boost.org/LICENSE_1_0.txt)
8 -->
9 <header name="example.hpp">
10 <para>
11 Fake reference documentation, so that the syntax highlighter will kick in.
12 </para>
13
14 <macro name="foo">
15 <description>
16 <programlisting>/* C style comment */</programlisting>
17 <programlisting>/* Broken C style comment</programlisting>
18 <programlisting>
19 /* Multi-line
20 *comment
21 */</programlisting>
22 <programlisting>/*/ Tricky comment */</programlisting>
23 <programlisting>/**/</programlisting>
24 <programlisting>/***/</programlisting>
25 <programlisting>// Single line comment</programlisting>
26 <programlisting>// Single line comment
27 </programlisting>
28 </description>
29 </macro>
30
31 </header>