diff options
author | Siri Hansen <[email protected]> | 2014-09-22 17:00:57 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-09-23 11:06:36 +0200 |
commit | 5d32b4b00de1060d7f1ac9a585716c74f92f2e4a (patch) | |
tree | 3de4ce2445b384bbf7c96cdfc86fe4bbcdca8213 /lib/common_test | |
parent | 79e047a16854fb61232b8b7a6bb6396cdc730020 (diff) | |
download | otp-5d32b4b00de1060d7f1ac9a585716c74f92f2e4a.tar.gz otp-5d32b4b00de1060d7f1ac9a585716c74f92f2e4a.tar.bz2 otp-5d32b4b00de1060d7f1ac9a585716c74f92f2e4a.zip |
[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.
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/src/ct_netconfc.erl | 2 |
1 files changed, 2 insertions, 0 deletions
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 |