RTEMS Project

Add Doxygen to POSIX API Compliance Tests

This task involves a set of simple edits but they must be done to a set of file. The files are in psxtests/psxhdrs. Only two of the C files under this directory have the desired file header. These are pthread/pthread_getconcurrency.c and pthread/pthread_setconcurrency.c. The top part of every file under this directory must be modified to be in the style of those. Replace the current top block (not the copyright) of comments with the appropriate Doxygen. This is an example. For every file, the name of the method must match that tested in the file.

/**

  • @file
  • @brief pthread_getconcurrency() API Conformance Test */

The work product from this task is a git patch against the RTEMS master.

The hello world task is a prerequisite.

Task tags

  • testing
  • posix

Students who completed this task

ABR

Task type

  • code Code
  • done_all Quality Assurance
close

2018