summaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
authorMichael Brown2005-05-18 17:28:33 +0200
committerMichael Brown2005-05-18 17:28:33 +0200
commit0e921cdd9ed244702f0b4ea17aaf422c291d4d61 (patch)
treed9acbcd06e4974d489ccde516d56d9cfd47a67ac /src/include/errno.h
parentAdd include directories as source dirs (diff)
downloadipxe-0e921cdd9ed244702f0b4ea17aaf422c291d4d61.tar.gz
ipxe-0e921cdd9ed244702f0b4ea17aaf422c291d4d61.tar.xz
ipxe-0e921cdd9ed244702f0b4ea17aaf422c291d4d61.zip
More doxygen docs
Diffstat (limited to 'src/include/errno.h')
-rw-r--r--src/include/errno.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index a3c7fbbb..e122d9c3 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -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
*
*/