diff --git a/doc/v2/call.html b/doc/v2/call.html index eb3e706c..4ba3dd96 100644 --- a/doc/v2/call.html +++ b/doc/v2/call.html @@ -21,7 +21,6 @@
{{Introductory text}}
+
+ <boost/python/call.hpp> defines the call family of overloaded function
+ templates, used to invoke Python callable objects from C++.
-call +template <class R, class A1, class A2, ... class An> +result-type call(PyObject* callable, A1 const&, A2 const&, ... An const&)
template <class F>
-objects::function* make_function(F f)</a>
+objects::function* make_function(F f)
template <class F, class Policies>
objects::function* make_function(F f, Policies const& policies)
diff --git a/doc/v2/reference.html b/doc/v2/reference.html
index 5f82fe4d..78505ff6 100644
--- a/doc/v2/reference.html
+++ b/doc/v2/reference.html
@@ -24,9 +24,11 @@