Skip to content

Commit e3524be

Browse files
committed
html fixes in documentation
1 parent 63b3fe8 commit e3524be

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Doc/Manual/CSharp.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ <H2><a name="CSharp_introduction">23.1 Introduction</a></H2>
7575
This is when using the <tt>std::complex</tt> and <tt>std::list</tt> STL containers.
7676
</p>
7777

78-
<p>
79-
</p>
80-
8178
<p>
8279
To get the most out of this chapter an understanding of interop is required.
8380
The <a href="https://msdn.microsoft.com">Microsoft Developer Network (MSDN)</a> has a good reference guide in a section titled "Interop Marshaling".

Doc/Manual/Contents.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,6 +1499,9 @@ <h3><a href="R.html#R">34 SWIG and R</a></h3>
14991499
<li><a href="R.html#R_nn5">General policy</a>
15001500
<li><a href="R.html#R_language_conventions">Language conventions</a>
15011501
<li><a href="R.html#R_nn6">C++ classes</a>
1502+
<ul>
1503+
<li><a href="R.html#R_class_examples">Examples</a>
1504+
</ul>
15021505
<li><a href="R.html#R_nn7">Enumerations</a>
15031506
</ul>
15041507
</div>

Doc/Manual/Doxygen.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,7 @@ <H3><a name="Doxygen_pydoc_tags">18.4.2 Pydoc translator</a></H3>
12041204
<td>\b</td>
12051205
<td>wrapped with '**'</td>
12061206
</tr>
1207+
<tr>
12071208
<td>\c</td>
12081209
<td>wrapped with '``'</td>
12091210
</tr>
@@ -1299,7 +1300,7 @@ <H3><a name="Doxygen_pydoc_tags">18.4.2 Pydoc translator</a></H3>
12991300
<td>\overload</td>
13001301
<td>prints 'This is an overloaded ...' according to Doxygen docs</td>
13011302
</tr>
1302-
</tr>
1303+
<tr>
13031304
<td>\p</td>
13041305
<td>wrapped with '``'</td>
13051306
</tr>

Doc/Manual/R.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ <H2><a name="R_nn6">34.6 C++ classes</a></H2>
209209

210210
<p>
211211
The R interface has the following capabilities:
212+
</p>
212213
<ul>
213214
<li> Destructor methods are registered and called automatically by the R garbage collector.
214215
<li> A range of std::vector types are converted automatically to R equivalents via the std_vector.i library.
215216
<li> The $ operator is used for method access.
216217
<li> Variable accessors are automatically generated and called via the $, [, [[, $&lt;-, [&lt;-, [[&lt;- operators.
217218
</ul>
218-
</p>
219219

220220
<H3><a name="R_class_examples">34.6.1 Examples</a></H3>
221221

@@ -275,7 +275,7 @@ <H3><a name="R_class_examples">34.6.1 Examples</a></H3>
275275
<p>
276276
A useful trick to determine the methods that are available is to
277277
query the R method definition as follows:
278-
<p>
278+
</p>
279279

280280
<div class="code">
281281
<pre>
@@ -298,7 +298,6 @@ <H3><a name="R_class_examples">34.6.1 Examples</a></H3>
298298
}
299299
else f(x)
300300
}
301-
<bytecode: 0x55947ff80f68>
302301

303302
Signatures:
304303
x

0 commit comments

Comments
 (0)