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
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ class RRGraphBuilder {
38
38
t_rr_graph_storage& rr_nodes();
39
39
/** @brief Return a writable object for update the fast look-up of rr_node */
40
40
RRSpatialLookup& node_lookup();
41
-
/** .. warning:: The Metadata should stay as an independent data structure than rest of the internal data,
41
+
/** @warning The Metadata should stay as an independent data structure from the rest of the internal data,
42
42
* e.g., node_lookup! */
43
43
/** @brief Return a writable object for the meta data on the nodes */
44
44
MetadataStorage<int>& rr_node_metadata();
@@ -84,8 +84,12 @@ class RRGraphBuilder {
84
84
85
85
return segment_id;
86
86
}
87
-
/** TODO @brief Return a writable list of all the rr_segments
88
-
* .. 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.
87
+
/**
88
+
* \internal
89
+
* TODO
90
+
* \endinternal
91
+
* @brief Return a writable list of all the rr_segments
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
107
-
* .. 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.
110
+
/**
111
+
* \internal
112
+
* TODO
113
+
* \endinternal
114
+
* @brief Return a writable list of all the rr_switches
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