From d06e0d1e7f3fcaec1be44e03d641efcb1f58618a Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 23 Sep 2020 15:07:12 +0200 Subject: [PATCH] wip, doc --- slsDetectorSoftware/include/Detector.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/slsDetectorSoftware/include/Detector.h b/slsDetectorSoftware/include/Detector.h index 93e7d4ed7..d0a2648c3 100644 --- a/slsDetectorSoftware/include/Detector.h +++ b/slsDetectorSoftware/include/Detector.h @@ -881,9 +881,10 @@ class Detector { Result getClientZmqIp(Positions pos = {}) const; /** Ip Address to listen to zmq data streamed out from receiver or - * intermediate process. Default connects to receiver zmq Ip Address (from - * rx_hostname). Modified only when using an intermediate process between - * receiver and client(gui). Also restarts client zmq streaming if enabled. + * intermediate process. \n Default connects to receiver zmq Ip Address + * (from rx_hostname). \n Modified only when using an intermediate process + * between receiver and client(gui). \n Also restarts client zmq streaming + * if enabled. */ void setClientZmqIp(const IpAddr ip, Positions pos = {}); ///@{