coreboot-kgpe-d16/payloads/libpayload/include
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
..
arch make all drivers relocatable. Per default, an 1:1 mapping is assumed. 2008-08-19 17:49:53 +00:00
coreboot_tables.h add get_option to libpayload, so coreboot cmos options can be queried. 2008-08-07 10:21:05 +00:00
curses.h Various small consistency fixes (trivial): 2008-04-11 18:01:50 +00:00
curses.priv.h Various small consistency fixes (trivial): 2008-04-11 18:01:50 +00:00
lar.h libpayload: Add LAR walking support 2008-05-07 20:34:02 +00:00
libpayload.h Various Doxygen-related fixes in libpayload (trivial). 2008-08-31 22:10:35 +00:00
pci.h add PCI_BUS macro (trivial) 2008-08-13 08:21:27 +00:00
sysinfo.h misc fixes: 2008-08-19 17:51:30 +00:00
video_console.h Various small consistency fixes (trivial): 2008-04-11 18:01:50 +00:00