More doxygen docs

This commit is contained in:
Michael Brown
2005-05-18 15:28:33 +00:00
parent b115d1655c
commit 0e921cdd9e
2 changed files with 16 additions and 7 deletions

View File

@@ -1,11 +1,9 @@
#ifndef ERRNO_H
#define ERRNO_H
/*
* We define error codes that are a superset of those mentioned in the
* PXE specification. Various error string tables may be compiled in
* if required; if not compiled in, strerror(errno) will produce the
* text "error 0x<errno>".
/** @file
*
* Error codes
*
*/