On 2005-06-27, at 13:19:22 -0500, Steve Peters wrote:

> > /*
> >  * =for apidoc strlcpy
> >  *
> >  * This function concatenates C<src> to C<dst> up to a maximum
> >  * size of C<size>, and guarantees that C<dst> is NUL-terminated
> >  * with a size no larger than C<size>.
> >  *
> >  * This function is included in Perl only when the system's libc
> >  * does not already include a library function called
> >  * C<strlcat>.  Thanks to macros to redefine the function name,
> >  * C<my_strlcat> should not be called directly.  C<strlcat>
> >  * should be called instead.
> >  *
> >  *  =cut
> >  *  */

Mmmmh, I guess indenting the '=for apidoc' stuff won't work,
since autodoc.pl has:

        if ($in =~ /^=for\s+apidoc\s+(.*?)\s*\n/) {

Marcus

-- 
We can predict everything, except the future.

Reply via email to