*: doxygen fixups
This commit is contained in:
@@ -33,7 +33,7 @@ struct playlist_plugin {
|
||||
/**
|
||||
* Initialize the plugin. Optional method.
|
||||
*
|
||||
* @param param a configuration block for this plugin, or nullptr
|
||||
* @param block a configuration block for this plugin, or nullptr
|
||||
* if none is configured
|
||||
* @return true if the plugin was initialized successfully,
|
||||
* false if the plugin is not available
|
||||
@@ -68,7 +68,7 @@ struct playlist_plugin {
|
||||
/**
|
||||
* Initialize a plugin.
|
||||
*
|
||||
* @param param a configuration block for this plugin, or nullptr if none
|
||||
* @param block a configuration block for this plugin, or nullptr if none
|
||||
* is configured
|
||||
* @return true if the plugin was initialized successfully, false if
|
||||
* the plugin is not available
|
||||
|
||||
@@ -31,8 +31,6 @@ class Path;
|
||||
* Opens a playlist from a local file.
|
||||
*
|
||||
* @param path the path of the playlist file
|
||||
* @param is_r on success, an #InputStream object is returned here,
|
||||
* which must be closed after the playlist_provider object is freed
|
||||
* @return a playlist, or nullptr on error
|
||||
*/
|
||||
gcc_nonnull_all
|
||||
|
||||
Reference in New Issue
Block a user