Comment code
This commit is contained in:
		@@ -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.
 | 
			
		||||
 *
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user