Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
28853943
Commit
28853943
authored
Feb 03, 2018
by
Davis King
Browse files
Let pybind11 produce nice documentation.
parent
14cbb804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
tools/python/src/dlib.cpp
tools/python/src/dlib.cpp
+0
-4
No files found.
tools/python/src/dlib.cpp
View file @
28853943
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment