Lines Matching refs:pattern
934 # character encoding on a per file pattern basis. Doxygen will compare the file
935 # name with each pattern and apply the encoding instead of the default
937 # form: pattern=encoding (like *.php=ISO-8859-1). See cfg_input_encoding
991 # exclude all test directories for example use the pattern */test/*
1002 # exclude all test directories use the pattern */test/*
1013 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
1058 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
1059 # basis. Doxygen will compare the file name with each pattern and apply the
1060 # filter if there is a match. The filters are a list of the form: pattern=filter
1079 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
1080 # it is also possible to disable source filtering for a specific pattern using