summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-03-27 19:18:04 +0100
committerGravatar Jonathan Beck2009-03-27 19:18:04 +0100
commita5cf824688653d5c4d5a993ae0fb7b39b983057b (patch)
tree8c1aab5b3b04adec64abfc5a973ee7c55bb34748
parent796e1d08bef23bab973201d7c29c2fafe9e65449 (diff)
downloadlibplist-a5cf824688653d5c4d5a993ae0fb7b39b983057b.tar.gz
libplist-a5cf824688653d5c4d5a993ae0fb7b39b983057b.tar.bz2
Add swig autodoc directive to generate Python docstrings.
-rw-r--r--swig/plist.i1
1 files changed, 1 insertions, 0 deletions
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 @@
1 /* swig.i */ 1 /* swig.i */
2 %module(package="libplist") PList 2 %module(package="libplist") PList
3 %feature("autodoc", "1");
3 %{ 4 %{
4 /* Includes the header in the wrapper code */ 5 /* Includes the header in the wrapper code */
5 #include <plist/plist.h> 6 #include <plist/plist.h>