Improve documentation

This commit is contained in:
Romain Thomas
2017-04-26 09:27:56 +02:00
parent 4334b4ddc8
commit 2ded57e676
19 changed files with 513 additions and 159 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void init_ELF_DynamicEntry_class(py::module& m) {
.def_property("name",
static_cast<getter_t<const std::string&>>(&DynamicEntry::name),
static_cast<setter_t<const std::string&>>(&DynamicEntry::name),
"Depending on the entry type, it return a name. For instance for a `DT_SONAME`\
"Depending on the entry type, it return a name. For instance for a ``DT_SONAME``\
entry it returns the library name")
.def("__eq__", &DynamicEntry::operator==)