gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r20943 - gnunet/src/regex


From: gnunet
Subject: [GNUnet-SVN] r20943 - gnunet/src/regex
Date: Wed, 11 Apr 2012 16:13:47 +0200

Author: szengel
Date: 2012-04-11 16:13:47 +0200 (Wed, 11 Apr 2012)
New Revision: 20943

Modified:
   gnunet/src/regex/regex.c
Log:
doxygen fix


Modified: gnunet/src/regex/regex.c
===================================================================
--- gnunet/src/regex/regex.c    2012-04-11 13:45:11 UTC (rev 20942)
+++ gnunet/src/regex/regex.c    2012-04-11 14:13:47 UTC (rev 20943)
@@ -660,6 +660,7 @@
 /**
  * Merge all non distinguishable states in the DFA 'a'
  *
+ * @param ctx context
  * @param a DFA automaton
  */
 static void
@@ -743,6 +744,7 @@
  * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]