summaryrefslogtreecommitdiff
path: root/tools/quickbook/test/link-1_1.quickbook
blob: 2ddb0bf218076047c9e47818d9d71d045468c294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[article Link tests
]

[section Different types of links]

[@http://www.boost.org/]
[@  http://www.boost.org/ Boost]
[link link-id]
[link link-id Link Text]
[#link-id]
[funcref foo]
[funcref foo link text]
[classref foo]
[classref foo link text]
[memberref foo]
[memberref foo link text]
[enumref foo]
[enumref foo link text]
[macroref foo]
[macroref foo link text]
[headerref foo]
[headerref foo link text]
[conceptref foo]
[conceptref foo link text]
[globalref foo]
[globalref foo link text]

[link link[/ comment]description]

[endsect]

[section Side-by-side links]

[link x] and [link y] are two distinct links, which should be separated by
whitespace when they appear together as in [link x] [link y]. Also in [link x]
[link y], and in
[link x]
[link y]
as well.

[endsect]