aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex.c
diff options
context:
space:
mode:
authorMaximilian Szengel <gnunet@maxsz.de>2012-04-11 14:13:47 +0000
committerMaximilian Szengel <gnunet@maxsz.de>2012-04-11 14:13:47 +0000
commit8da491f4ba398dbaaf1b6b5dcdb80591c972ed70 (patch)
tree08c40110ddbda6d2dacfe8ef3aafb4f1da4dec9a /src/regex/regex.c
parentf705b40724e7747480f08caadc1c85a759e2d4de (diff)
downloadgnunet-8da491f4ba398dbaaf1b6b5dcdb80591c972ed70.tar.gz
gnunet-8da491f4ba398dbaaf1b6b5dcdb80591c972ed70.zip
doxygen fix
Diffstat (limited to 'src/regex/regex.c')
-rw-r--r--src/regex/regex.c2
1 files changed, 2 insertions, 0 deletions
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)
660/** 660/**
661 * Merge all non distinguishable states in the DFA 'a' 661 * Merge all non distinguishable states in the DFA 'a'
662 * 662 *
663 * @param ctx context
663 * @param a DFA automaton 664 * @param a DFA automaton
664 */ 665 */
665static void 666static void
@@ -743,6 +744,7 @@ dfa_merge_nondistinguishable_states (struct GNUNET_REGEX_Context *ctx,
743 * Minimize the given DFA 'a' by removing all unreachable states, 744 * Minimize the given DFA 'a' by removing all unreachable states,
744 * removing all dead states and merging all non distinguishable states 745 * removing all dead states and merging all non distinguishable states
745 * 746 *
747 * @param ctx context
746 * @param a DFA automaton 748 * @param a DFA automaton
747 */ 749 */
748static void 750static void