summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/LPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/SCIKit/LPC.h')
-rw-r--r--dev/SCIKit/LPC.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h
index e602156d..832deb99 100644
--- a/dev/SCIKit/LPC.h
+++ b/dev/SCIKit/LPC.h
@@ -6,6 +6,9 @@
#pragma once
+/// @file LPC.h
+/// @brief Local Process Codes.
+///
#define ErrLocalIsOk() (kLastError == kErrorSuccess)
#define ErrLocalFailed() (kLastError != kErrorSuccess)
#define ErrLocal() (kLastError)