Commit 28853943 authored by Davis King's avatar Davis King

Let pybind11 produce nice documentation.

parent 14cbb804
......@@ -34,10 +34,6 @@ PYBIND11_MODULE(dlib, m)
{
warn_about_unavailable_but_used_cpu_instructions();
// Disable printing of the C++ function signature in the python __doc__ string
// since it is full of huge amounts of template clutter.
py::options options;
options.disable_function_signatures();
#define DLIB_QUOTE_STRING(x) DLIB_QUOTE_STRING2(x)
#define DLIB_QUOTE_STRING2(x) #x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment