Comment code

This commit is contained in:
2021-10-23 21:14:24 +02:00
parent fe0e8136d4
commit 56872086fa
2 changed files with 28 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ enum pl_ret_val {
};
/**
* @brief Maximum parameter count of a command
* @brief Maximum parameter count of a command.
*/
#define PROFILE_LANG_MAX_NUM_ARGS (8)
@@ -89,7 +89,7 @@ enum pl_ret_val temp_profile_parse_from_file(const char *filename,
uint32_t *cmds_parsed);
/**
* @brief Fully free a comamnd list including hte sotred command structures.
* @brief Fully free a comamnd list including hte stored command structures.
*
* \p list's destination is set to NULL to indicate the empty list.
*