Displaying 2 results from an estimated 2 matches for "doxy2swig".
2010 Sep 01
8
FIXMEs in Search::Xapian
Carrying on this conversation:
http://lists.tartarus.org/pipermail/xapian-discuss/2007-March/003513.html
void
TermGenerator::set_stopper(stopper)
Stopper * stopper
CODE:
// FIXME: no corresponding SvREFCNT_dec(), but a leak seems better
than
// a SEGV!
SvREFCNT_inc(ST(1));
THIS->set_stopper(stopper);
It would be good to fix these FIXMEs.
A class-level HASH could be
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