summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/sched_setparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/sched_setparam.c')
-rw-r--r--cpukit/posix/src/sched_setparam.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/posix/src/sched_setparam.c b/cpukit/posix/src/sched_setparam.c
index d31a29fa14..8e894e0978 100644
--- a/cpukit/posix/src/sched_setparam.c
+++ b/cpukit/posix/src/sched_setparam.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Sets Scheduling Parameters Associated with Scheduling Policies
+ * @ingroup POSIX
+ */
+
/*
* 13.3.1 Set Scheduling Parameters, P1003.1b-1993, p. 252
*