gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 55/90: -DOC: Documentation cleanup pass through TESTING librari


From: gnunet
Subject: [gnunet] 55/90: -DOC: Documentation cleanup pass through TESTING libraries
Date: Tue, 18 Oct 2022 03:06:54 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536
Author: Willow Liquorice <willow@howhill.com>
AuthorDate: Wed Sep 7 21:23:59 2022 +0100

    -DOC: Documentation cleanup pass through TESTING libraries
---
 src/include/gnunet_testing_netjail_lib.h          |  1 -
 src/include/gnunet_testing_ng_lib.h               |  4 ++--
 src/testing/testing_api_cmd_local_test_prepared.c |  8 --------
 src/testing/testing_api_loop.c                    | 12 ------------
 4 files changed, 2 insertions(+), 23 deletions(-)

diff --git a/src/include/gnunet_testing_netjail_lib.h 
b/src/include/gnunet_testing_netjail_lib.h
index 2fe72e9b5..455eb4312 100644
--- a/src/include/gnunet_testing_netjail_lib.h
+++ b/src/include/gnunet_testing_netjail_lib.h
@@ -487,7 +487,6 @@ GNUNET_TESTING_cmd_local_test_finished (
  *
  * @param label name for command.
  * @param write_message Callback to write messages to the master loop.
- * @param all_local_tests_prepared Flag which will be set from outside.
  * @return command.
  */
 struct GNUNET_TESTING_Command
diff --git a/src/include/gnunet_testing_ng_lib.h 
b/src/include/gnunet_testing_ng_lib.h
index 1bc66e59d..d810a5342 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -415,7 +415,7 @@ GNUNET_TESTING_interpreter_get_current_command (
 /**
  * Check if the command is running.
  *
- * @param cmd The command to check.
+ * @param command The command to check.
  * @return GNUNET_NO if the command is not running, GNUNET_YES if it is 
running.
  */
 enum GNUNET_GenericReturnValue
@@ -425,7 +425,7 @@ GNUNET_TESTING_running (const struct GNUNET_TESTING_Command 
*command);
 /**
  * Check if a command is finished.
  *
- * @param cmd The command to check.
+ * @param command The command to check.
  * @return GNUNET_NO if the command is not finished, GNUNET_YES if it is 
finished.
  */
 enum GNUNET_GenericReturnValue
diff --git a/src/testing/testing_api_cmd_local_test_prepared.c 
b/src/testing/testing_api_cmd_local_test_prepared.c
index 1f470a6c1..e71d3ef45 100644
--- a/src/testing/testing_api_cmd_local_test_prepared.c
+++ b/src/testing/testing_api_cmd_local_test_prepared.c
@@ -92,14 +92,6 @@ local_test_prepared_run (void *cls,
 }
 
 
-/**
- * Create command.
- *
- * @param label name for command.
- * @param write_message Callback to write messages to the master loop.
- * @param all_local_tests_prepared Flag which will be set from outside.
- * @return command.
- */
 struct GNUNET_TESTING_Command
 GNUNET_TESTING_cmd_local_test_prepared (const char *label,
                                         TESTING_CMD_HELPER_write_cb
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index 283284f26..90713e45e 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -429,12 +429,6 @@ do_timeout (void *cls)
 }
 
 
-/**
- * Check if the command is running.
- *
- * @param cmd The command to check.
- * @return GNUNET_NO if the command is not running, GNUNET_YES if it is 
running.
- */
 enum GNUNET_GenericReturnValue
 GNUNET_TESTING_running (const struct GNUNET_TESTING_Command *command)
 {
@@ -443,12 +437,6 @@ GNUNET_TESTING_running (const struct 
GNUNET_TESTING_Command *command)
 }
 
 
-/**
- * Check if a command is finished.
- *
- * @param cmd The command to check.
- * @return GNUNET_NO if the command is not finished, GNUNET_YES if it is 
finished.
- */
 enum GNUNET_GenericReturnValue
 GNUNET_TESTING_finished (struct GNUNET_TESTING_Command *command)
 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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