Commit a5cf8246 authored by Jonathan Beck's avatar Jonathan Beck

Add swig autodoc directive to generate Python docstrings.

parent 796e1d08
/* swig.i */
%module(package="libplist") PList
%feature("autodoc", "1");
%{
/* Includes the header in the wrapper code */
#include <plist/plist.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment