Lines Matching refs:pattern
953 # character encoding on a per file pattern basis. Doxygen will compare the file
954 # name with each pattern and apply the encoding instead of the default
956 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
1055 # exclude all test directories for example use the pattern */test/*
1068 # exclude all test directories use the pattern */test/*
1108 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
1153 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
1154 # basis. Doxygen will compare the file name with each pattern and apply the
1155 # filter if there is a match. The filters are a list of the form: pattern=filter
1174 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
1175 # it is also possible to disable source filtering for a specific pattern using