coreboot-kgpe-d16/payloads/libpayload/i386
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
..
Makefile.inc make all drivers relocatable. Per default, an 1:1 mapping is assumed. 2008-08-19 17:49:53 +00:00
coreboot.c make all drivers relocatable. Per default, an 1:1 mapping is assumed. 2008-08-19 17:49:53 +00:00
exec.S libpayload: Add an exec() and i386_do_exec() function 2008-05-20 20:10:49 +00:00
head.S libpayload: Add an exec() and i386_do_exec() function 2008-05-20 20:10:49 +00:00
main.c libpayload: remove unneeded stack stuff 2008-04-05 01:07:27 +00:00
sysinfo.c No really, _these_ should be the last occurences of CONFIG_ without 2008-08-11 17:10:58 +00:00
timer.c Various Doxygen-related fixes in libpayload (trivial). 2008-08-31 22:10:35 +00:00
util.S Cosmetics, coding style fixes (trivial). 2008-03-20 19:54:59 +00:00
virtual.c make all drivers relocatable. Per default, an 1:1 mapping is assumed. 2008-08-19 17:49:53 +00:00