]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/quickbook/test/link-1_1.quickbook
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / quickbook / test / link-1_1.quickbook
1 [article Link tests
2 ]
3
4 [section Different types of links]
5
6 [@http://www.boost.org/]
7 [@ http://www.boost.org/ Boost]
8 [link link-id]
9 [link link-id Link Text]
10 [#link-id]
11 [funcref foo]
12 [funcref foo link text]
13 [classref foo]
14 [classref foo link text]
15 [memberref foo]
16 [memberref foo link text]
17 [enumref foo]
18 [enumref foo link text]
19 [macroref foo]
20 [macroref foo link text]
21 [headerref foo]
22 [headerref foo link text]
23 [conceptref foo]
24 [conceptref foo link text]
25 [globalref foo]
26 [globalref foo link text]
27
28 [link link[/ comment]description]
29
30 [endsect]
31
32 [section Side-by-side links]
33
34 [link x] and [link y] are two distinct links, which should be separated by
35 whitespace when they appear together as in [link x] [link y]. Also in [link x]
36 [link y], and in
37 [link x]
38 [link y]
39 as well.
40
41 [endsect]
42
43 [section Escaping links]
44
45 * [@http://svn.boost.org/trac/boost/query?status=closed&milestone=Boost+1.34.1
46 Boost Trac]
47
48 [endsect]