You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/librrgraph/src/base/rr_graph_builder.h
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,11 @@ class RRGraphBuilder {
84
84
85
85
return segment_id;
86
86
}
87
-
/** TODO @brief Return a writable list of all the rr_segments
87
+
/**
88
+
* \internal
89
+
* TODO
90
+
* \endinternal
91
+
* @brief Return a writable list of all the rr_segments
88
92
* @warning It is not recommended to use this API unless you have to. The API may be deprecated later, and future APIs will designed to return a specific data from the rr_segments.
/** TODO @brief Return a writable list of all the rr_switches
110
+
/**
111
+
* \internal
112
+
* TODO
113
+
* \endinternal
114
+
* @brief Return a writable list of all the rr_switches
107
115
* @warning It is not recommended to use this API unless you have to. The API may be deprecated later, and future APIs will designed to return a specific data from the rr_switches.
0 commit comments