Browse Source

vlc_media_source.h: fix doxygen warning

include/vlc_media_source.h:220: warning: The following parameter of vlc_media_tree_Find(vlc_media_tree_t *tree, const input_item_t *media, input_item_node_t **result, input_item_node_t **result_parent) is not documented:
      parameter 'media'
pull/162/head
Alexandre Janniaux 3 years ago
committed by Steve Lhomme
parent
commit
0e83340e9c
  1. 1
      include/vlc_media_source.h

1
include/vlc_media_source.h

@ -217,6 +217,7 @@ vlc_media_tree_Remove(vlc_media_tree_t *tree, input_item_t *media);
* Find the node containing the requested input item (and its parent).
*
* \param tree the media tree, locked
* \param media the media to look for in the tree
* \param result point to the matching node if the function returns true [OUT]
* \param result_parent if not NULL, point to the matching node parent
* if the function returns true [OUT]

Loading…
Cancel
Save