db/UniqueTags: add API documentation
This commit is contained in:
parent
45403b44de
commit
7f043367ed
@ -29,6 +29,9 @@ struct DatabaseSelection;
|
||||
template<typename Key> class RecursiveMap;
|
||||
template<typename T> struct ConstBuffer;
|
||||
|
||||
/**
|
||||
* Walk the database and collect unique tag values.
|
||||
*/
|
||||
RecursiveMap<std::string>
|
||||
CollectUniqueTags(const Database &db, const DatabaseSelection &selection,
|
||||
ConstBuffer<TagType> tag_types);
|
||||
|
Loading…
Reference in New Issue
Block a user