avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] documentation (doxygen) errors in avr-libc


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] documentation (doxygen) errors in avr-libc
Date: Thu, 9 Oct 2003 10:36:38 -0700 (PDT)


On Wed, 8 Oct 2003, Steven Borley wrote:

> Hi,
>
> I have spotted and fixed a few documentation errors:
>
> 1. In strtok_r.S line 32 the doxygen code should be \fn - it looks like
> the fn has been lost
>
> 2. Similarly in strsep.S there should be a \fn on line 33
>
> 3. Also in strsep.S the "\" characters need to be escaped - '\0' should
> be '\\0'
>
> 4. The above or similar problems with "\" needing to be escaped also
> occurs in strstr.S, strcat.S, strcpy.S, strlen.S, strnlen.S and
> strtok_r.S, stdio.h, stdlib.h
>
> 5. avr/signal.h needs a space between \code and EMPTY_INTERRUPT on line
> 80
>
> Diff file attached.

I've already fixed most of these on HEAD last week or so.

I'll gone ahead and added what you found that I missed to HEAD and
backported the whole to the 1.0 branch. The fixes should be in cvs
now.

Thanks for the patch.

Ted Roth




reply via email to

[Prev in Thread] Current Thread [Next in Thread]