search for: extracom

Displaying 2 results from an estimated 2 matches for "extracom".

Did you mean: entracom
2007 Jun 04
0
Patch to enable python bindings in absence of docs build
...il.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 @@ BUILT_SOURCES = modern/xapian_wrap.cc modern/xapian_wrap.h modern/xapian.py -EXTRA_DIST = uti...
2007 Dec 11
1
ruby bindings documentation
I am interested in helping with the documentation for the Ruby bindings of Xapian. Very little is documentation is currently available in RDoc, Ruby's standard documentation system. I'm not familiar with Xapian, I would like to do this in part so I can learn the API. I'm also not familiar with C++, however, I believe with the examples I can figure out how the C++ documentation applies