loader.h: documentation improvements

This commit is contained in:
Nedko Arnaudov 2023-12-26 20:19:39 +02:00
parent 7c7b5b2972
commit a187cbd027
1 changed files with 2 additions and 2 deletions

View File

@ -95,14 +95,14 @@ jpl_run(
void);
/**
* uninitialize the launcher module
* @brief uninitialize the launcher module
*/
void
jpl_uninit(
void);
/**
* get number of child processes
* @brief get number of child processes
*/
unsigned int
jpl_get_app_count(