diff options
author | Jonathan Beck | 2009-03-27 19:18:04 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-03-27 19:18:04 +0100 |
commit | a5cf824688653d5c4d5a993ae0fb7b39b983057b (patch) | |
tree | 8c1aab5b3b04adec64abfc5a973ee7c55bb34748 | |
parent | 796e1d08bef23bab973201d7c29c2fafe9e65449 (diff) | |
download | libplist-a5cf824688653d5c4d5a993ae0fb7b39b983057b.tar.gz libplist-a5cf824688653d5c4d5a993ae0fb7b39b983057b.tar.bz2 |
Add swig autodoc directive to generate Python docstrings.
-rw-r--r-- | swig/plist.i | 1 |
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 @@ /* swig.i */ %module(package="libplist") PList + %feature("autodoc", "1"); %{ /* Includes the header in the wrapper code */ #include <plist/plist.h> |