summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/config.h
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-07 08:53:43 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-07 08:53:43 -0600
commitcf301c96061bf0eedc327abdc7851216c37112c5 (patch)
tree16614a66d4cff9b614f4e5c530fd85ca2ad8f3a8 /cpukit/posix/include/rtems/posix/config.h
parentscore: Doxygen Clean Up Task #11 (diff)
downloadrtems-cf301c96061bf0eedc327abdc7851216c37112c5.tar.bz2
posix: Doxygen Clean Up Task #1
Diffstat (limited to 'cpukit/posix/include/rtems/posix/config.h')
-rw-r--r--cpukit/posix/include/rtems/posix/config.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/cpukit/posix/include/rtems/posix/config.h b/cpukit/posix/include/rtems/posix/config.h
index ddd63acae6..460ddcb2a9 100644
--- a/cpukit/posix/include/rtems/posix/config.h
+++ b/cpukit/posix/include/rtems/posix/config.h
@@ -1,6 +1,8 @@
/**
- * @file rtems/posix/config.h
+ * @file
*
+ * @brief User Defined Configuration Parameters Specific For The POSIX API
+ *
* This include file contains the table of user defined configuration
* parameters specific for the POSIX API.
*/
@@ -60,10 +62,10 @@ typedef struct {
} posix_api_configuration_table;
/**
- * @brief POSIX API Configuration Table
+ * @brief POSIX API configuration table.
*
- * This is the POSIX API Configuration Table expected to be generated
- * by confdefs.h.
+ * This is the POSIX API Configuration Table expected to be generated
+ * by confdefs.h.
*/
extern posix_api_configuration_table Configuration_POSIX_API;