Commit 6143a25bb95b929608c353cc52d2b6a251d538fc

Authored by bklare
1 parent fff98f0b

Fixed parameter properties

openbr/plugins/metadata/filtermetadata.cpp
@@ -23,9 +23,9 @@ namespace br @@ -23,9 +23,9 @@ namespace br
23 * \ingroup transforms 23 * \ingroup transforms
24 * \brief Filters templates such that the only remaining template wills have metadata values witihin the 24 * \brief Filters templates such that the only remaining template wills have metadata values witihin the
25 * the specified ranges. 25 * the specified ranges.
26 - * \br_property key1,key2 The meta-data key(s) to filter on  
27 - * \br_property value1,value2 The values to compare the values of key1 and key2 entires against  
28 - * \br_property compareType1 The comparison operation to perform. "le" -> val(key1) <= value1, "lt" -> val(key1) < value1, 26 + * \br_property QString key1,key2 The meta-data key(s) to filter on
  27 + * \br_property float value1,value2 The values to compare the values of key1 and key2 entires against
  28 + * \br_property QString compareType1 The comparison operation to perform. "le" -> val(key1) <= value1, "lt" -> val(key1) < value1,
29 * "ge" -> val(key1) >= value1, "gt" -> val(key1) > value1. 29 * "ge" -> val(key1) >= value1, "gt" -> val(key1) > value1.
30 * \author Brendan Klare \cite bklare 30 * \author Brendan Klare \cite bklare
31 */ 31 */