From 8da491f4ba398dbaaf1b6b5dcdb80591c972ed70 Mon Sep 17 00:00:00 2001 From: Maximilian Szengel Date: Wed, 11 Apr 2012 14:13:47 +0000 Subject: doxygen fix --- src/regex/regex.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/regex/regex.c') diff --git a/src/regex/regex.c b/src/regex/regex.c index 6f5b20cc2..b99be1bdd 100644 --- a/src/regex/regex.c +++ b/src/regex/regex.c @@ -660,6 +660,7 @@ dfa_remove_dead_states (struct GNUNET_REGEX_Automaton *a) /** * Merge all non distinguishable states in the DFA 'a' * + * @param ctx context * @param a DFA automaton */ static void @@ -743,6 +744,7 @@ dfa_merge_nondistinguishable_states (struct GNUNET_REGEX_Context *ctx, * Minimize the given DFA 'a' by removing all unreachable states, * removing all dead states and merging all non distinguishable states * + * @param ctx context * @param a DFA automaton */ static void -- cgit v1.2.3