cleaned up apidoc
added some comments removed configuration.[ch], as it does not make sense like it is
This commit is contained in:
@@ -39,7 +39,7 @@ typedef struct scheduler_t scheduler_t;
|
||||
* @b Constructors:
|
||||
* - scheduler_create()
|
||||
*
|
||||
* @ingroup threads
|
||||
* @ingroup processing
|
||||
*/
|
||||
struct scheduler_t {
|
||||
|
||||
@@ -61,7 +61,7 @@ struct scheduler_t {
|
||||
* - scheduler_t object
|
||||
* - NULL if thread could not be started
|
||||
*
|
||||
* @ingroup threads
|
||||
* @ingroup processing
|
||||
*/
|
||||
scheduler_t * scheduler_create(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user