Displaying 1 result from an estimated 1 matches for "doccomments_i".
Did you mean:
doccomments
2007 Jun 04
0
Patch to enable python bindings in absence of docs build
...------------- next part --------------
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/Makefi...