On May 11, 2013, at 18:13 , Nick Wellnhofer <[email protected]> wrote:
> There are some more classes, methods, and constructors which I think should > be made public to be included in the documentation. See branch > 'clownfish-public' for my suggestions. Another thing I noticed is that the DocuComments for the Perl constructors are taken from the 'init' functions, not the 'new' functions. What's the rationale behind this? For the C library, we have to document primarily the 'new' functions. I could add a special case to the code that generates the C documentation, but it would make more sense to me to move the DocuComments from 'init' to 'new'. Nick
