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