-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathbug_GH-80.xml
More file actions
47 lines (44 loc) · 1.18 KB
/
bug_GH-80.xml
File metadata and controls
47 lines (44 loc) · 1.18 KB
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
42
43
44
45
46
47
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="bug_GH-80">
<refentry xml:id="test-function">
<refnamediv>
<refname>test_function</refname>
</refnamediv>
<refpurpose>For testing</refpurpose>
</refentry>
<refentry xml:id="test-class" role="class">
<titleabbrev>Example</titleabbrev>
<classsynopsis class="class">
<ooclass>
<classname>Example</classname>
</ooclass>
</classsynopsis>
<refentry xml:id="example.test-method">
<refnamediv>
<refname>Example::testMethod</refname>
<refpurpose>An example method for testing</refpurpose>
</refnamediv>
</refentry>
</refentry>
<refentry xml:id="test-variable" role="variable">
<refnamediv>
<refname>$TEST_VARIABLE</refname>
<refpurpose>A test variable</refpurpose>
</refnamediv>
</refentry>
<refentry xml:id="test-references">
<refsect1>
<para>
<function> test_function</function> should be linked.
</para>
<para>
<classname> Example</classname> should be linked.
</para>
<para>
<methodname> Example::testMethod</methodname> should be linked.
</para>
<para>
<varname> $TEST_VARIABLE</varname> should be linked.
</para>
</refsect1>
</refentry>
</refentry>