summaryrefslogtreecommitdiff
path: root/libs/python/doc/html/reference/high_level_components/boost_python_init_hpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/python/doc/html/reference/high_level_components/boost_python_init_hpp.html')
-rw-r--r--libs/python/doc/html/reference/high_level_components/boost_python_init_hpp.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/libs/python/doc/html/reference/high_level_components/boost_python_init_hpp.html b/libs/python/doc/html/reference/high_level_components/boost_python_init_hpp.html
index 01a1b57f99..d34c6dddc6 100644
--- a/libs/python/doc/html/reference/high_level_components/boost_python_init_hpp.html
+++ b/libs/python/doc/html/reference/high_level_components/boost_python_init_hpp.html
@@ -3,7 +3,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>boost/python/init.hpp</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../index.html" title="Boost.Python Reference Manual">
<link rel="up" href="../high_level_components.html" title="Chapter&#160;2.&#160;High Level Components">
<link rel="prev" href="boost_python_exception_translato.html" title="boost/python/exception_translator.hpp">
@@ -19,7 +19,7 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="high_level_components.boost_python_init_hpp"></a><a class="link" href="boost_python_init_hpp.html" title="boost/python/init.hpp">boost/python/init.hpp</a>
</h2></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="boost_python_init_hpp.html#high_level_components.boost_python_init_hpp.introduction">Introduction</a></span></dt>
<dt><span class="section"><a href="boost_python_init_hpp.html#high_level_components.boost_python_init_hpp.class_template_init">Class
template <code class="computeroutput"><span class="identifier">init</span></code></a></span></dt>
@@ -31,7 +31,7 @@
<div class="titlepage"><div><div><h3 class="title">
<a name="high_level_components.boost_python_init_hpp.introduction"></a><a class="link" href="boost_python_init_hpp.html#high_level_components.boost_python_init_hpp.introduction" title="Introduction">Introduction</a>
</h3></div></div></div>
-<div class="toc"><dl class="toc"><dt><span class="section"><a href="boost_python_init_hpp.html#high_level_components.boost_python_init_hpp.introduction.init_expressions">init-expressions</a></span></dt></dl></div>
+<div class="toc"><dl><dt><span class="section"><a href="boost_python_init_hpp.html#high_level_components.boost_python_init_hpp.introduction.init_expressions">init-expressions</a></span></dt></dl></div>
<p>
&lt;boost/python/init.hpp&gt; defines the interface for exposing C++ constructors
to Python as extension class <code class="computeroutput"><span class="identifier">__init__</span></code>
@@ -48,7 +48,7 @@
</p>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl class="variablelist">
+<dl>
<dt><span class="term">docstring</span></dt>
<dd><p>
An <a class="link" href="../glossary.html#ntbs">ntbs</a> whose value will bound to the
@@ -82,7 +82,7 @@
<a name="high_level_components.boost_python_init_hpp.class_template_init"></a><a class="link" href="boost_python_init_hpp.html#high_level_components.boost_python_init_hpp.class_template_init" title="Class template init">Class
template <code class="computeroutput"><span class="identifier">init</span></code></a>
</h3></div></div></div>
-<div class="toc"><dl class="toc">
+<div class="toc"><dl>
<dt><span class="section"><a href="boost_python_init_hpp.html#high_level_components.boost_python_init_hpp.class_template_init.class_template_init_constructors">Class
template <code class="computeroutput"><span class="identifier">init</span></code> constructors</a></span></dt>
<dt><span class="section"><a href="boost_python_init_hpp.html#high_level_components.boost_python_init_hpp.class_template_init.class_template_init_observer_fun">Class
@@ -118,7 +118,7 @@
</pre>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl class="variablelist">
+<dl>
<dt><span class="term">Requires</span></dt>
<dd><p>
If supplied, doc is an <a class="link" href="../glossary.html#ntbs">ntbs</a>. If supplied,
@@ -155,7 +155,7 @@
</pre>
<div class="variablelist">
<p class="title"><b></b></p>
-<dl class="variablelist">
+<dl>
<dt><span class="term">Requires</span></dt>
<dd><p>
Policies is a model of <a class="link" href="../concepts.html#concepts.callpolicies" title="CallPolicies">CallPolicies</a>.