diff options
Diffstat (limited to 'swig')
-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> |