From 5d32b4b00de1060d7f1ac9a585716c74f92f2e4a Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Mon, 22 Sep 2014 17:00:57 +0200 Subject: [ct_netconfc] Remove handle_msg and format_data from doc These functions were missing @private edoc tags and were erroneously shown in the reference manual. --- lib/common_test/src/ct_netconfc.erl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common_test/src/ct_netconfc.erl') diff --git a/lib/common_test/src/ct_netconfc.erl b/lib/common_test/src/ct_netconfc.erl index 47fa43f561..2f66c7613c 100644 --- a/lib/common_test/src/ct_netconfc.erl +++ b/lib/common_test/src/ct_netconfc.erl @@ -1121,6 +1121,7 @@ handle_msg({get_event_streams=Op,Streams,Timeout}, From, State) -> SimpleXml = encode_rpc_operation(get,[Filter]), do_send_rpc(Op, SimpleXml, Timeout, From, State). +%% @private handle_msg({ssh_cm, CM, {data, Ch, _Type, Data}}, State) -> ssh_connection:adjust_window(CM,Ch,size(Data)), handle_data(Data, State); @@ -1742,6 +1743,7 @@ log(#connection{host=Host,port=Port,name=Name},Action,Data) -> %% Log callback - called from the error handler process +%% @private format_data(How,Data) -> %% Assuming that the data is encoded as UTF-8. If it is not, then %% the printout might be wrong, but the format function will not -- cgit v1.2.3