4 Jun 18:00
Patch to enable python bindings in absence of docs build
James Aylett <james-xapian <at> tartarus.org>
2007-06-04 16:00:47 GMT
2007-06-04 16:00:47 GMT
As discussed on IRC. The naming conventions aren't ideal, but the intent feels right and it works for me. J -- /--------------------------------------------------------------------------\ James Aylett xapian.org james <at> tartarus.org uncertaintydivision.org
Index: python/util.i =================================================================== --- python/util.i (revision 8794) +++ python/util.i (working copy) @@ -25,7 +25,9 @@ %} /* Include the documentation comments extracted from doxygen output. */ +#ifdef DOCCOMMENTS_I_SOURCES %include "doccomments.i" +#endif /* Include overrides for the documentation comments. */ %include "extracomments.i" Index: python/Makefile.am =================================================================== --- python/Makefile.am (revision 8794) +++ python/Makefile.am (working copy) @@ -9,7 +9,12 @@(Continue reading)
RSS Feed