Skip to content

Commit

Permalink
python3-pybind11: fix generation of man page
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford authored and q66 committed May 20, 2020
1 parent 0ef279a commit 203deec
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions srcpkgs/python3-pybind11/patches/docs.patch
@@ -0,0 +1,21 @@
diff --git a/include/pybind11/pytypes.h b/include/pybind11/pytypes.h
index 63cbf2e..519f839 100644
--- include/pybind11/pytypes.h
+++ include/pybind11/pytypes.h
@@ -980,6 +980,7 @@ public:
return std::string(buffer, (size_t) length);
}
};
+/// @} pytypes

inline bytes::bytes(const pybind11::str &s) {
object temp = s;
@@ -1009,6 +1010,8 @@ inline str::str(const bytes& b) {
m_ptr = obj.release().ptr();
}

+/// \addtogroup pytypes
+/// @{
class none : public object {
public:
PYBIND11_OBJECT(none, object, detail::PyNone_Check)
2 changes: 1 addition & 1 deletion srcpkgs/python3-pybind11/template
@@ -1,7 +1,7 @@
# Template file for 'python3-pybind11'
pkgname=python3-pybind11
version=2.5.0
revision=1
revision=2
archs=noarch
wrksrc="pybind11-${version}"
build_style=python3-module
Expand Down

0 comments on commit 203deec

Please sign in to comment.