Skip to content

Commit

Permalink
Minor doxygen document improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Apr 6, 2022
1 parent 8343da1 commit 3cbd180
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions bundles/remote_services/discovery_common/include/discovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@
#define DISCOVERY_SERVER_MAX_EP "DISCOVERY_CFG_SERVER_MAX_EP"

/**
* @brief It indicate that is discovery server reach-able from all network interfaces.
* @brief Remote Service Admin Discovery environment property (named "CELIX_DISCOVERY_BIND_ON_ALL_INTERFACES") which specifies
* whether the RSA discovery server is reachable from all network interfaces.
* @details If set false, discovery server bind to the IP address configured by the user.
* If set true, discovery server bind to 0.0.0.0.
* Otherwise, discovery server bind to 0.0.0.0.
* The property is of the type boolean and the default is true
*/
#define CELIX_DISCOVERY_BIND_ON_ALL_INTERFACES "CELIX_DISCOVERY_BIND_ON_ALL_INTERFACES"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@
#define RSA_DFI_USE_CURL_SHARE_HANDLE_DEFAULT false

/**
* @brief It indicate that is RSA server reach-able from all network interfaces.
* @brief Remote Service Admin DFI environment property (named "CELIX_RSA_BIND_ON_ALL_INTERFACES") which specifies
* whether the RSA server is reachable from all network interfaces.
* @details If set false, RSA server bind to the IP address configured by the user.
* If set true, RSA server bind to 0.0.0.0.
* Otherwise, RSA server bind to 0.0.0.0.
*
* The property is of the type boolean and the default is true
*/
#define CELIX_RSA_BIND_ON_ALL_INTERFACES "CELIX_RSA_BIND_ON_ALL_INTERFACES"
Expand Down

0 comments on commit 3cbd180

Please sign in to comment.