Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70c4033

Browse files
committed
list sink types
1 parent de267de commit 70c4033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rerun_cpp/src/rerun/recording_stream.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ namespace rerun {
142142

143143
/// Stream data to multiple sinks.
144144
///
145-
/// This function returns immediately.
146-
///
147-
/// @see FileSink, GrpcSink
145+
/// See specific sink types for more information:
146+
/// * `FileSink`
147+
/// * `GrpcSink`
148148
template <typename... Ts>
149149
Error set_sinks(const Ts&... sinks) const {
150150
LogSink out_sinks[] = {sinks...};

0 commit comments

Comments
 (0)