mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add %feature("autodoc", "1"); to gnucash_core.i to pass C documentation through to python interface.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19923 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
26b16be5ba
commit
3879292cc6
@ -24,6 +24,7 @@
|
||||
* @author Jeff Green, ParIT Worker Co-operative <jeff@parit.ca>
|
||||
*/
|
||||
|
||||
%feature("autodoc", "1");
|
||||
%module(package="gnucash") gnucash_core_c
|
||||
|
||||
%{
|
||||
|
Loading…
Reference in New Issue
Block a user