chiark / gitweb /
documentation/python: include params in search only for overloads.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 27 Aug 2019 21:02:30 +0000 (23:02 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 28 Aug 2019 20:34:06 +0000 (22:34 +0200)
commit1cd0bb44b77b4225fc5156e1ea7c1a790fe9f7a8
treed1bce14ad48e511528958266bcfb73cff4eb4536
parent6db6b4c4f8296b0fa1b08ce6edeb942db321f6b4
documentation/python: include params in search only for overloads.

And not unconditionally for all pybind functions. Makes the search data
lighter and is more consistent with pure Python code (and with the future
support for the @overload decorator).
documentation/python.py
documentation/test_python/search/search/pybind.cpp
documentation/test_python/search_long_suffix_length/search_long_suffix_length.cpp
documentation/test_python/test_search.py