chiark / gitweb /
documentation/python: test external doc overload matching with * and /.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 28 Jun 2023 13:42:36 +0000 (15:42 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 28 Jun 2023 14:01:14 +0000 (16:01 +0200)
commit483871168c315bc31107df1d0bcd31fc7ba37dcc
treeaac549ef4cfbc160106751c1e588fa3016831130
parent962247e517b4f9381cfdafb4e268994d4edcb9a3
documentation/python: test external doc overload matching with * and /.

With the previous commit this now "just works", as the placeholders are
dropped from the final signature. The test thus works mainly for
documenting this feature.
documentation/test_python/pybind_external_overload_docs/docs.rst
documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.Class26.html [new file with mode: 0644]
documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.cpp
documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.html
documentation/test_python/test_pybind.py