From a560116aa5228885e5f52fc46fa92151357de69c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Sep 2016 09:07:32 +0200 Subject: [PATCH] pidl:Python: improve the .doc string for the get/set elements Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- pidl/lib/Parse/Pidl/Samba4/Python.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pidl/lib/Parse/Pidl/Samba4/Python.pm b/pidl/lib/Parse/Pidl/Samba4/Python.pm index fabdca7b1bf..c72d8fe34ec 100644 --- a/pidl/lib/Parse/Pidl/Samba4/Python.pm +++ b/pidl/lib/Parse/Pidl/Samba4/Python.pm @@ -242,7 +242,7 @@ sub PythonStruct($$$$$$) $self->pidl(".name = discard_const_p(char, \"$e->{NAME}\"),"); $self->pidl(".get = py_$name\_get_$e->{NAME},"); $self->pidl(".set = py_$name\_set_$e->{NAME},"); - $self->pidl(".doc = discard_const_p(char, \"PIDL-generated element $e->{NAME}\")"); + $self->pidl(".doc = discard_const_p(char, \"PIDL-generated element of base type $e->{TYPE}\")"); $self->deindent; $self->pidl("},"); } -- 2.11.4.GIT