Roderich Schupp wrote on Tue, Jul 09, 2013 at 09:18:56 +0200: > On Mon, Jul 8, 2013 at 5:32 PM, Ben Reser <b...@reser.org> wrote: > > Unless someone has invented real AI I just don't see how you can automate > > this. > > But certainly one could whip up a simple Perl script (oder editor macros) to > spare us from the tedium of manually copying and pasting the C doc comments, > remove the leading * on each line, turn "@a foo" into "C<$foo>" etc.
While at it, you could also change #apr_pool_t to C<SVN::Pool>, #svn_opt_revision_t to (the Perl equivalent you described), etc. Separately, is there a reason the compiled swig-* docs aren't online on http://subversion.apache.org/docs/, alongside the C and javahl ones? At least the Perl ones are on CPAN[1], but searching for the Python ones yields mostly stackoverflow threads asking where they are. (I don't think anyone ever asked that question on users@, though.) Daniel [1] http://search.cpan.org/~mschwern/Alien-SVN-v1.7.3.1/src/subversion/subversion/bindings/swig/perl/native/Client.pm