Skip to content

Commit 8f98077

Browse files
committed
test(javadoc): refs to parent contexts
1 parent 6d49549 commit 8f98077

File tree

4 files changed

+433
-0
lines changed

4 files changed

+433
-0
lines changed
Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
= Reference
2+
:mrdocs:
3+
4+
[#index]
5+
== Global namespace
6+
7+
=== Namespaces
8+
9+
[cols=1]
10+
|===
11+
| Name
12+
| link:#boost[`boost`]
13+
|===
14+
15+
[#boost]
16+
== boost
17+
18+
=== Namespaces
19+
20+
[cols=1]
21+
|===
22+
| Name
23+
| link:#boost-openmethod[`openmethod`]
24+
|===
25+
26+
[#boost-openmethod]
27+
== link:#boost[boost]::openmethod
28+
29+
=== Namespaces
30+
31+
[cols=1]
32+
|===
33+
| Name
34+
| link:#boost-openmethod-policies[`policies`]
35+
|===
36+
37+
=== Functions
38+
39+
[cols=2]
40+
|===
41+
| Name
42+
| Description
43+
| link:#boost-openmethod-final_virtual_ptr-04[`final_virtual_ptr`]
44+
|
45+
|===
46+
47+
[#boost-openmethod-policies]
48+
== link:#boost[boost]::link:#boost-openmethod[openmethod]::policies
49+
50+
=== Namespaces
51+
52+
[cols=1]
53+
|===
54+
| Name
55+
| link:#boost-openmethod-policies-runtime_checks[`runtime_checks`]
56+
|===
57+
58+
[#boost-openmethod-policies-runtime_checks]
59+
== link:#boost[boost]::link:#boost-openmethod[openmethod]::link:#boost-openmethod-policies[policies]::runtime_checks
60+
61+
=== Types
62+
63+
[cols=2]
64+
|===
65+
| Name
66+
| Description
67+
| link:#boost-openmethod-policies-runtime_checks-runtime_checks[`runtime_checks`]
68+
| Documentation with ref to final_virtual_ptr
69+
|===
70+
71+
[#boost-openmethod-policies-runtime_checks-runtime_checks]
72+
== link:#boost[boost]::link:#boost-openmethod[openmethod]::link:#boost-openmethod-policies[policies]::link:#boost-openmethod-policies-runtime_checks[runtime_checks]::runtime_checks
73+
74+
Documentation with ref to final_virtual_ptr
75+
76+
=== Synopsis
77+
78+
Declared in `<parent_context.cpp>`
79+
80+
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
81+
----
82+
struct runtime_checks;
83+
----
84+
85+
=== Description
86+
87+
See link:#boost-openmethod-final_virtual_ptr-04[`final_virtual_ptr`]
88+
89+
[#boost-openmethod-final_virtual_ptr-04]
90+
== link:#boost[boost]::link:#boost-openmethod[openmethod]::final_virtual_ptr
91+
92+
=== Synopses
93+
94+
Declared in `<parent_context.cpp>`
95+
96+
97+
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
98+
----
99+
template<class Arg>
100+
auto
101+
link:#boost-openmethod-final_virtual_ptr-08[final_virtual_ptr](Arg&& obj);
102+
----
103+
104+
[.small]#link:#boost-openmethod-final_virtual_ptr-08[_» more..._]#
105+
106+
107+
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
108+
----
109+
template<
110+
class Registry,
111+
typename Arg>
112+
auto
113+
link:#boost-openmethod-final_virtual_ptr-03[final_virtual_ptr](Arg&& obj);
114+
----
115+
116+
[.small]#link:#boost-openmethod-final_virtual_ptr-03[_» more..._]#
117+
118+
[#boost-openmethod-final_virtual_ptr-08]
119+
== link:#boost[boost]::link:#boost-openmethod[openmethod]::final_virtual_ptr
120+
121+
=== Synopsis
122+
123+
Declared in `<parent_context.cpp>`
124+
125+
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
126+
----
127+
template<class Arg>
128+
auto
129+
final_virtual_ptr(Arg&& obj);
130+
----
131+
132+
[#boost-openmethod-final_virtual_ptr-03]
133+
== link:#boost[boost]::link:#boost-openmethod[openmethod]::final_virtual_ptr
134+
135+
=== Synopsis
136+
137+
Declared in `<parent_context.cpp>`
138+
139+
[source,cpp,subs="verbatim,replacements,macros,-callouts"]
140+
----
141+
template<
142+
class Registry,
143+
typename Arg>
144+
auto
145+
final_virtual_ptr(Arg&& obj);
146+
----
147+
148+
149+
[.small]#Created with https://www.mrdocs.com[MrDocs]#
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
namespace boost::openmethod {
2+
template<class Arg>
3+
auto final_virtual_ptr(Arg&& obj);
4+
5+
template<class Registry, typename Arg>
6+
auto final_virtual_ptr(Arg&& obj);
7+
8+
namespace policies::runtime_checks
9+
{
10+
/** Documentation with ref to final_virtual_ptr
11+
12+
See @ref final_virtual_ptr
13+
*/
14+
struct runtime_checks;
15+
}
16+
}
Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
<html lang="en">
2+
<head>
3+
<title>Reference</title>
4+
</head>
5+
<body>
6+
<div>
7+
<h1>Reference</h1>
8+
<div>
9+
<div>
10+
<h2 id="index"></h2>
11+
</div>
12+
<h2>Namespaces</h2>
13+
<table style="table-layout: fixed; width: 100%;">
14+
<thead>
15+
<tr>
16+
<th>Name</th>
17+
</tr>
18+
</thead>
19+
<tbody>
20+
<tr>
21+
<td><a href="#boost"><code>boost</code></a> </td></tr>
22+
</tbody>
23+
</table>
24+
25+
</div>
26+
<div>
27+
<div>
28+
<h2 id="boost">boost</h2>
29+
</div>
30+
<h2>Namespaces</h2>
31+
<table style="table-layout: fixed; width: 100%;">
32+
<thead>
33+
<tr>
34+
<th>Name</th>
35+
</tr>
36+
</thead>
37+
<tbody>
38+
<tr>
39+
<td><a href="#boost-openmethod"><code>openmethod</code></a> </td></tr>
40+
</tbody>
41+
</table>
42+
43+
</div>
44+
<div>
45+
<div>
46+
<h2 id="boost-openmethod">boost::openmethod</h2>
47+
</div>
48+
<h2>Namespaces</h2>
49+
<table style="table-layout: fixed; width: 100%;">
50+
<thead>
51+
<tr>
52+
<th>Name</th>
53+
</tr>
54+
</thead>
55+
<tbody>
56+
<tr>
57+
<td><a href="#boost-openmethod-policies"><code>policies</code></a> </td></tr>
58+
</tbody>
59+
</table>
60+
61+
<h2>Functions</h2>
62+
<table style="table-layout: fixed; width: 100%;">
63+
<thead>
64+
<tr>
65+
<th>Name</th>
66+
<th>Description</th>
67+
</tr>
68+
</thead>
69+
<tbody>
70+
<tr>
71+
<td><a href="#boost-openmethod-final_virtual_ptr-04"><code>final_virtual_ptr</code></a> </td><td><span></span></td></tr>
72+
</tbody>
73+
</table>
74+
75+
</div>
76+
<div>
77+
<div>
78+
<h2 id="boost-openmethod-policies">boost::openmethod::policies</h2>
79+
</div>
80+
<h2>Namespaces</h2>
81+
<table style="table-layout: fixed; width: 100%;">
82+
<thead>
83+
<tr>
84+
<th>Name</th>
85+
</tr>
86+
</thead>
87+
<tbody>
88+
<tr>
89+
<td><a href="#boost-openmethod-policies-runtime_checks"><code>runtime_checks</code></a> </td></tr>
90+
</tbody>
91+
</table>
92+
93+
</div>
94+
<div>
95+
<div>
96+
<h2 id="boost-openmethod-policies-runtime_checks">boost::openmethod::policies::runtime_checks</h2>
97+
</div>
98+
<h2>Types</h2>
99+
<table style="table-layout: fixed; width: 100%;">
100+
<thead>
101+
<tr>
102+
<th>Name</th>
103+
<th>Description</th>
104+
</tr>
105+
</thead>
106+
<tbody>
107+
<tr>
108+
<td><a href="#boost-openmethod-policies-runtime_checks-runtime_checks"><code>runtime_checks</code></a> </td><td><span>Documentation with ref to final_virtual_ptr</span></td></tr>
109+
</tbody>
110+
</table>
111+
112+
</div>
113+
<div>
114+
<div>
115+
<h2 id="boost-openmethod-policies-runtime_checks-runtime_checks">boost::openmethod::policies::runtime_checks::runtime_checks</h2>
116+
<div>
117+
<span>Documentation with ref to final_virtual_ptr</span>
118+
119+
</div>
120+
</div>
121+
<div>
122+
<h3>Synopsis</h3>
123+
<div>
124+
Declared in <code>&lt;parent_context.cpp&gt;</code></div>
125+
<pre>
126+
<code class="source-code cpp">struct runtime_checks;
127+
128+
</code>
129+
</pre>
130+
</div>
131+
132+
133+
<div>
134+
<h3>Description</h3>
135+
<p>See <a href="#boost-openmethod-final_virtual_ptr-04"><code>final_virtual_ptr</code></a></p>
136+
</div>
137+
</div>
138+
<div>
139+
<div>
140+
<h2 id="boost-openmethod-final_virtual_ptr-04">boost::openmethod::final_virtual_ptr</h2>
141+
</div>
142+
<div>
143+
<h3>Synopses</h3>
144+
<div>
145+
Declared in <code>&lt;parent_context.cpp&gt;</code></div>
146+
147+
<pre>
148+
<code class="source-code cpp">template&lt;class Arg&gt;
149+
auto
150+
<a href="#boost-openmethod-final_virtual_ptr-08">final_virtual_ptr</a>(Arg&& obj);
151+
152+
</code>
153+
</pre><span class="small"><a href="#boost-openmethod-final_virtual_ptr-08"><em>» more...</em></a></span>
154+
155+
156+
<pre>
157+
<code class="source-code cpp">template&lt;
158+
class Registry,
159+
typename Arg&gt;
160+
auto
161+
<a href="#boost-openmethod-final_virtual_ptr-03">final_virtual_ptr</a>(Arg&& obj);
162+
163+
</code>
164+
</pre><span class="small"><a href="#boost-openmethod-final_virtual_ptr-03"><em>» more...</em></a></span>
165+
166+
167+
</div>
168+
</div>
169+
<div>
170+
<div>
171+
<h2 id="boost-openmethod-final_virtual_ptr-08">boost::openmethod::final_virtual_ptr</h2>
172+
</div>
173+
<div>
174+
<h3>Synopsis</h3>
175+
<div>
176+
Declared in <code>&lt;parent_context.cpp&gt;</code></div>
177+
<pre>
178+
<code class="source-code cpp">template&lt;class Arg&gt;
179+
auto
180+
final_virtual_ptr(Arg&& obj);
181+
182+
</code>
183+
</pre>
184+
</div>
185+
</div>
186+
<div>
187+
<div>
188+
<h2 id="boost-openmethod-final_virtual_ptr-03">boost::openmethod::final_virtual_ptr</h2>
189+
</div>
190+
<div>
191+
<h3>Synopsis</h3>
192+
<div>
193+
Declared in <code>&lt;parent_context.cpp&gt;</code></div>
194+
<pre>
195+
<code class="source-code cpp">template&lt;
196+
class Registry,
197+
typename Arg&gt;
198+
auto
199+
final_virtual_ptr(Arg&& obj);
200+
201+
</code>
202+
</pre>
203+
</div>
204+
</div>
205+
206+
</div>
207+
<div>
208+
<h4>Created with <a href="https://www.mrdocs.com">MrDocs</a></h4>
209+
</div>
210+
</body>
211+
</html>

0 commit comments

Comments
 (0)