diff options
Diffstat (limited to 'src/lib/playlist.cc')
| -rw-r--r-- | src/lib/playlist.cc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/lib/playlist.cc b/src/lib/playlist.cc index 6abbbcab3..aa365ead4 100644 --- a/src/lib/playlist.cc +++ b/src/lib/playlist.cc @@ -159,7 +159,11 @@ Playlist::video_identifier () const return digester.get (); } -/** @param node <Playlist> node */ +/** @param film Film that this Playlist is for. + * @param node <Playlist> node. + * @param version Metadata version number. + * @param notes Output notes about that happened. + */ void Playlist::set_from_xml (shared_ptr<const Film> film, cxml::ConstNodePtr node, int version, list<string>& notes) { @@ -173,7 +177,9 @@ Playlist::set_from_xml (shared_ptr<const Film> film, cxml::ConstNodePtr node, in reconnect (); } -/** @param node <Playlist> node */ +/** @param node <Playlist> node. + * @param with_content_paths true to include <Path> nodes in <Content> nodes, false to omit them. + */ void Playlist::as_xml (xmlpp::Node* node, bool with_content_paths) { |
