mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
Automate generation of reference docs with doxygen and breathe (#598)
* Make 'any' the default markup role for Sphinx docs * Automate generation of reference docs with doxygen and breathe * Improve reference docs coverage
This commit is contained in:
committed by
Wenzel Jakob
parent
cc88aaecc8
commit
57a9bbc6c7
@@ -38,7 +38,7 @@ The binding code for ``Pet`` looks as follows:
|
||||
return m.ptr();
|
||||
}
|
||||
|
||||
:class:`class_` creates bindings for a C++ `class` or `struct`-style data
|
||||
:class:`class_` creates bindings for a C++ *class* or *struct*-style data
|
||||
structure. :func:`init` is a convenience function that takes the types of a
|
||||
constructor's parameters as template arguments and wraps the corresponding
|
||||
constructor (see the :ref:`custom_constructors` section for details). An
|
||||
|
||||
Reference in New Issue
Block a user