Add brief description of header files for doxygen
authorjunmin kim <junmindd.kim@samsung.com>
Wed, 17 May 2017 06:23:13 +0000 (23:23 -0700)
committerjunmin kim <junmindd.kim@samsung.com>
Thu, 18 May 2017 03:55:36 +0000 (20:55 -0700)
29 files changed:
os/include/assert.h
os/include/crc8.h
os/include/debug.h
os/include/dirent.h
os/include/errno.h
os/include/fcntl.h
os/include/inttypes.h
os/include/libgen.h
os/include/mqueue.h
os/include/poll.h
os/include/pthread.h
os/include/queue.h
os/include/sched.h
os/include/semaphore.h
os/include/signal.h
os/include/spawn.h
os/include/stdio.h
os/include/stdlib.h
os/include/string.h
os/include/sys/ioctl.h
os/include/sys/mount.h
os/include/sys/select.h
os/include/sys/stat.h
os/include/syslog.h
os/include/termios.h
os/include/time.h
os/include/tinyara/clock.h
os/include/tinyara/math.h
os/include/unistd.h

index ab20160..9c84ffa 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup ASSERT_KERNEL ASSERT
+ * @brief Provides APIs for Assertion
  * @ingroup KERNEL
  *
  * @{
index 7d72b76..4a01ac8 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup CRC_KERNEL CRC
+ * @brief Provides APIs for Cyclic Redundancy Check
  * @ingroup KERNEL
  *
  * @{
index 017b266..92a9370 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup DEBUG_KERNEL DEBUG
+ * @brief Provides APIs for Debug
  * @ingroup KERNEL
  *
  * @{
index afe31e6..b43128d 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup DIRENT_KERNEL DIRENT
+ * @brief Provides APIs for Directory Entries
  * @ingroup KERNEL
  *
  * @{
index 725ca4a..4a3b46c 100644 (file)
@@ -51,6 +51,7 @@
  ************************************************************************/
 /**
  * @defgroup ERRNO_KERNEL ERRNO
+ * @brief Provides APIs for Error Number
  * @ingroup KERNEL
  *
  * @{
index edec385..45397fa 100644 (file)
@@ -51,6 +51,7 @@
  ********************************************************************************/
 /**
  * @defgroup FCNTL_KERNEL FCNTL
+ * @brief Provides APIs for File Control
  * @ingroup KERNEL
  *
  * @{
index 9873d6d..3fd4ec5 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup INTTYPES_LIBC INTTYPES
+ * @brief Provides APIs for Integer Types
  * @ingroup KERNEL
  * @{
  */
index 0245b41..85d6b27 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup LIBGEN_KERNEL LIBGEN
+ * @brief Provides APIs for Pattern matching functions
  * @ingroup KERNEL
  *
  * @{
index 829adf4..74e99bd 100644 (file)
@@ -51,6 +51,7 @@
  ********************************************************************************/
 /**
  * @defgroup MQUEUE_KERNEL MQUEUE
+ * @brief Provides APIs for Message Queue
  * @ingroup KERNEL
  *
  * @{
index 24dce59..33682dc 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup POLL_KERNEL POLL
+ * @brief Provides APIs for Poll
  * @ingroup KERNEL
  *
  * @{
index 5cf1f95..76fb60a 100644 (file)
@@ -51,6 +51,7 @@
  ********************************************************************************/
 /**
  * @defgroup PTHREAD_KERNEL PTHREAD
+ * @brief Provides APIs for Pthreads
  * @ingroup KERNEL
  */
 
index 023d453..9141fd5 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup QUEUE_LIBC QUEUE
+ * @brief Provides APIs for Queue
  * @ingroup KERNEL
  *
  * @{
index ae723e1..9e87d4c 100644 (file)
@@ -51,6 +51,7 @@
  ********************************************************************************/
 /**
  * @defgroup SCHED_KERNEL SCHED
+ * @brief Provides APIs for Scheduling
  * @ingroup KERNEL
  */
 
index bd9176f..0b39ccb 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup SEMAPHORE_KERNEL SEMAPHORE
+ * @brief Provides APIs for Semaphore
  * @ingroup KERNEL
  */
 
index 40ee1fe..f798975 100644 (file)
@@ -51,6 +51,7 @@
  ********************************************************************************/
 /**
  * @defgroup SIGNAL_KERNEL SIGNAL
+ * @brief Provides APIs for Signal
  * @ingroup KERNEL
  *
  * @{
index 2cf81cf..ed02510 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup SPAWN_LIBC SPAWN
+ * @brief Provides APIs for Spawn
  * @ingroup KERNEL
  *
  * @{
index 9099153..7956262 100644 (file)
@@ -55,6 +55,7 @@
 
 /**
  * @defgroup STDIO_LIBC STDIO
+ * @brief Provides APIs for Standard Input/Output
  * @ingroup KERNEL
  *
  * @{
index b8bc34f..91c2e7f 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup STDLIB_LIBC STDLIB
+ * @brief Provides APIs for Standard Library
  * @ingroup KERNEL
  * {
  */
index f0d12f1..9346bb0 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup STRING_LIBC STRING
+ * @brief Provides APIs for String
  * @ingroup KERNEL
  *
  * @{
index d4b4c0e..8de34cd 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup IOCTL_KERNEL IOCTL
+ * @brief Provides APIs for Input/Output Control
  * @ingroup KERNEL
  *
  * @{
index ee4b937..dfba0f9 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup MOUNT_KERNEL MOUNT
+ * @brief Provides APIs for Mount
  * @ingroup KERNEL
  *
  * @{
index 8fb6129..43f3404 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup SELECT_KERNEL SELECT
+ * @brief Provides APIs for Select
  * @ingroup KERNEL
  *
  * @{
index 6b239b5..d2469e6 100644 (file)
@@ -52,6 +52,7 @@
 
 /**
  * @defgroup STAT_KERNEL STAT
+ * @brief Provides APIs for File Status
  * @ingroup KERNEL
  *
  * @{
index 0be570d..2d4189e 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup SYSLOG_LIBC SYSLOG
+ * @brief Provides APIs for System Logging
  * @ingroup KERNEL
  *
  * @{
index ae597f7..296ecaf 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup TERMIOS_KERNEL TERMIOS
+ * @brief Provides APIs for Terminal Input/Output Interfaces
  * @ingroup KERNEL
  */
 
index 130e94d..f91398e 100644 (file)
@@ -51,6 +51,7 @@
  ********************************************************************************/
 /**
  * @defgroup TIME_KERNEL TIME
+ * @brief Provides APIs for Time
  * @ingroup KERNEL
  */
 
index 1b55fcf..7598c8a 100644 (file)
@@ -52,6 +52,7 @@
 
 /**
  * @defgroup CLOCK_KERNEL CLOCK
+ * @brief Provides APIs for Clock
  * @ingroup KERNEL
  *
  * @{
index 919ca12..d5f406e 100644 (file)
@@ -50,6 +50,7 @@
  ****************************************************************************/
 /**
  * @defgroup MATH_LIBC MATH
+ * @brief Provides APIs for Math
  * @ingroup KERNEL
  * @{
  */
index f4815fa..c149d9f 100644 (file)
@@ -51,6 +51,7 @@
  ****************************************************************************/
 /**
  * @defgroup UNISTD_KERNEL UNISTD
+ * @brief Provides APIs for Standard Symbolic Constants and Types
  * @ingroup KERNEL
  *
  * @{