Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Nov 6, 2023
1 parent 8f12c6a commit 7f44d00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/quickstart-cpp/include/simple_client.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/***********************************************************************************************************
*
* @file libtorch_client.h
* @file simple_client.h
*
* @brief Define an example flower client, train and test method
*
Expand Down
9 changes: 4 additions & 5 deletions src/cc/flwr/include/grpc_rere.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
/*************************************************************************************************
*
* @file start.h
* @file grpc-rere.h
*
* @brief Create a gRPC channel to connect to the server and enable message
*communication
* @brief Provide functions for establishing gRPC request-response communication
*
* @author Lekang Jiang
* @author The Flower Authors
*
* @version 1.0
*
* @date 06/09/2021
* @date 06/11/2023
*
*************************************************************************************************/

Expand Down
8 changes: 4 additions & 4 deletions src/cc/flwr/include/task_handler.h
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*************************************************************************************************
*
* @file message_handler.h
* @file task_handler.h
*
* @brief Handle server messages by calling appropriate client methods
* @brief Handle incoming or outgoing tasks
*
* @author Lekang Jiang
* @author The Flower Authors
*
* @version 1.0
*
* @date 04/09/2021
* @date 06/11/2023
*
*************************************************************************************************/

Expand Down

0 comments on commit 7f44d00

Please sign in to comment.