Skip to content
Snippets Groups Projects
Commit ba2b1a35 authored by Steven Murray's avatar Steven Murray
Browse files

Corrected comment describing the ArchiveFileSearchCriteria structure

parent 0719fb11
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,13 @@ namespace cta {
namespace catalogue {
/**
* A set of database login details.
* The collection of criteria used to select a set of archive files.
*
* An archive file is selected if it means all of the specified criteria.
*
* A criterion is only considered specified if it has been set.
*
* Please note that no wild cards, for example '*' or '%', are supported.
*/
struct ArchiveFileSearchCriteria {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment