X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftactics%2FmetadataQuery.mli;h=0d32e4835c39ec8442b75bf88e826aa08e7778bd;hb=0aaed6f96b856d1181a3cd1f2ef3ea4a91990771;hp=b3b506de96a4e7f15ba87629300b974a0837aa3c;hpb=7065757f75d899ef1751cfc3b30fa523fe903bf8;p=helm.git diff --git a/helm/ocaml/tactics/metadataQuery.mli b/helm/ocaml/tactics/metadataQuery.mli index b3b506de9..0d32e4835 100644 --- a/helm/ocaml/tactics/metadataQuery.mli +++ b/helm/ocaml/tactics/metadataQuery.mli @@ -24,7 +24,9 @@ *) (** @param vars if set variables (".var" URIs) are considered. Defaults to - * false *) + * false + * @param pat shell like pattern matching over object names, a string where "*" + * is interpreted as 0 or more characters and "?" as exactly one character *) val locate: dbd:Mysql.dbd -> ?vars:bool -> string -> string list