Skip to content
Snippets Groups Projects
Commit b618aa2b authored by Moritz Hanke's avatar Moritz Hanke
Browse files

minor fix in component documentation

parent b6d29e85
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ void yac_component_config_delete(struct yac_component_config * comp_config);
* Checks whether a component is locally available
* @param[in] comp_config component configuration
* @param[in] comp_name component name
* @return "1" if comp_name was provided to \ref yac_component_config_new\n
* @return "1" if comp_name was provided to \ref yac_component_config_new \n
* "0" otherwise
*/
int yac_component_config_contains_component(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment