From 1b0aaf66059f8ff2ddaee2cd8958910c2da54d30 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Thu, 7 Apr 2011 20:23:58 -0400 Subject: [PATCH] Fixes Doxygen warnings. --- Doxyfile | 2 +- src/tracecut.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index 56333d8..eac0ab0 100644 --- 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 diff --git a/src/tracecut.c b/src/tracecut.c index 8122fa2..0f76c01 100644 --- a/src/tracecut.c +++ b/src/tracecut.c @@ -690,7 +690,9 @@ tc_declare_call_symbol (struct tc_tracecut *tc, const char *name, * with the standard |, *, +, * and ? 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. -- 2.34.1