# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
-EXCLUDE_PATTERNS =
+EXCLUDE_PATTERNS = tracecut-advice.? nfa.c
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
* with the standard <code>|</code>, <code>*</code>, <code>+</code>,
* and <code>?</code> operators and parenthesis for grouping.
* \param tc The tracecut to add the rule to.
- * \param #TC_SUCCESS or
+ * \param specification A regular expression over the alphabet of the
+ * tracecut's symbols.
+ * \return #TC_SUCCESS or
* - #TC_BAD_CONTEXT, when called after compilation has already
* started;
* - #TC_NOMEM, if memory runs out.