Fixes Doxygen warnings.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Fri, 8 Apr 2011 00:23:58 +0000 (20:23 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Fri, 8 Apr 2011 00:23:58 +0000 (20:23 -0400)
Doxyfile
src/tracecut.c

index 56333d85f4c8f11ea8f689be2489309b8ff0bd3d..eac0ab0a8a5b3ee0a9c34094e1176be487ab3e0f 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -611,7 +611,7 @@ EXCLUDE_SYMLINKS       = NO
 # 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
index 8122fa26bfc6cb6781745aa0829f47ad37fb9173..0f76c013bf2705d749d9e73290927edb857e470c 100644 (file)
@@ -690,7 +690,9 @@ tc_declare_call_symbol (struct tc_tracecut *tc, const char *name,
  * 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.