From a5cf824688653d5c4d5a993ae0fb7b39b983057b Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Fri, 27 Mar 2009 19:18:04 +0100 Subject: Add swig autodoc directive to generate Python docstrings. --- swig/plist.i | 1 + 1 file changed, 1 insertion(+) diff --git a/swig/plist.i b/swig/plist.i index aedd361..c750cd7 100644 --- a/swig/plist.i +++ b/swig/plist.i @@ -1,5 +1,6 @@ /* swig.i */ %module(package="libplist") PList + %feature("autodoc", "1"); %{ /* Includes the header in the wrapper code */ #include -- cgit v1.1-32-gdbae