Ticket #23 (new enhancement)
Use Doxygen-style comments
| Reported by: | uwe | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | Cosmetic fixes |
| Component: | coreboot | Version: | |
| Keywords: | Cc: | ||
| Dependencies: | Patch Status: | there is no patch |
Description
We should probably use Doxygen-style comments to document (at least) the core API/code of LinuxBIOS.
Simple example:
/**
* Description of the function.
*
* @param First input parameter description
* @param Second input parameter description
* @return Return value description
*/
function foo(int x, int y) {
return 0;
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
