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

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

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


From: Steven Borley
Subject: [avr-libc-dev] documentation (doxygen) errors in avr-libc
Date: Wed, 8 Oct 2003 23:52:03 +0100

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.

Regards,
Steven Borley

Attachment: diff.txt
Description: Text document


reply via email to

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