coreboot-kgpe-d16/payloads/libpayload/libc
Uwe Hermann 3153863567 Various Doxygen-related fixes in libpayload (trivial).
- Drop all '@brief's, they're not needed as we use JAVADOC_AUTOBRIEF.
   The first sentence of every description will be treated as the '@brief'
   automatically.
 
 - Also, put all documentation/descriptions on top of the Doxygen-comments,
   and put the '@foo' keywords at the bottom of the comments for consistency.
 
 - Change comments for SEEK_SET/SEEK_CUR/SEEK_END from '/**@def' to '/**<'
   in order to make them appear in the output.
 
 - Drop all explicit '@struct' lines (which are optional; Doxygen will figure
   out that it's a struct if the comment is right before the struct).
 
 - Fix various typos, whitespace issues, etc.
 
 - Fix incorrect @param variable names, e.g. change '@param n foobar' to
   '@param s foobar' if the variable is named 's'.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3555 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-08-31 22:10:35 +00:00
..
console.c these use CONFIG_ variables, too. 2008-08-11 16:55:35 +00:00
ctype.c fix typo in ctype.c 2008-08-19 16:53:47 +00:00
exec.c Fix some Doxygen warnings and/or typos (trivial). 2008-08-26 19:37:37 +00:00
ipchecksum.c trivial fix: ipchksum takes an unspecified input blob, not explicitly a number of shorts. 2008-08-16 15:16:36 +00:00
lar.c libpayload: Add a function to verify the checksum on a LAR file 2008-05-27 19:57:53 +00:00
lib.c Fix some Doxygen warnings and/or typos (trivial). 2008-08-26 19:37:37 +00:00
Makefile.inc * add readline() 2008-08-19 17:47:18 +00:00
malloc.c * fix memory allocator bug that lead to freelist corruption on the first malloc 2008-08-14 14:40:10 +00:00
memory.c trivial fix for memcpy return code in case someone uses it. 2008-08-19 19:18:58 +00:00
printf.c Fix some Doxygen warnings and/or typos (trivial). 2008-08-26 19:37:37 +00:00
rand.c Add rand/rand_r/srand functions for generating pseudo-random bytes. 2008-04-07 23:33:50 +00:00
readline.c Various Doxygen-related fixes in libpayload (trivial). 2008-08-31 22:10:35 +00:00
string.c fix string function prototypes in libpayload according to sysv/4.3bsd. 2008-08-26 21:51:04 +00:00
time.c Various Doxygen-related fixes in libpayload (trivial). 2008-08-31 22:10:35 +00:00