summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sandbox_host.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/sandbox_host.h b/include/sandbox_host.h
index 1330358ef7a..815b32487e7 100644
--- a/include/sandbox_host.h
+++ b/include/sandbox_host.h
@@ -9,10 +9,12 @@
#define __SANDBOX_HOST__
/**
- * Device flags.
+ * enum host_platform_flags - device flags
+ *
*/
enum host_platform_flags {
- HOST_FLAG_BROKEN = BIT(0), /** Simulate broken device */
+ /** @HOST_FLAG_BROKEN: simulate broken device */
+ HOST_FLAG_BROKEN = BIT(0),
};
/**