File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -802,6 +802,7 @@ class EdgeInfo {
802
802
*
803
803
* @param vertex_chunk_index the vertex chunk index
804
804
* @param edge_chunk_index index of edge adj list chunk of the vertex chunk
805
+ * @param adj_list_type The adjacency list type.
805
806
*/
806
807
inline Result<std::string> GetAdjListFilePath (IdType vertex_chunk_index,
807
808
IdType edge_chunk_index,
@@ -839,6 +840,7 @@ class EdgeInfo {
839
840
* the offset chunks is aligned with the vertex chunks
840
841
*
841
842
* @param vertex_chunk_index index of vertex chunk
843
+ * @param adj_list_type The adjacency list type.
842
844
*/
843
845
inline Result<std::string> GetAdjListOffsetFilePath (
844
846
IdType vertex_chunk_index, AdjListType adj_list_type) const noexcept {
@@ -1033,7 +1035,7 @@ class EdgeInfo {
1033
1035
return true ;
1034
1036
}
1035
1037
1036
- /* * Loads the yaml as a EdgeInfo instance. */
1038
+ /* * Loads the yaml as an EdgeInfo instance. */
1037
1039
static Result<EdgeInfo> Load (std::shared_ptr<Yaml> yaml);
1038
1040
1039
1041
private:
@@ -1131,7 +1133,7 @@ class GraphInfo {
1131
1133
}
1132
1134
1133
1135
/* *
1134
- *@brief Add a edge info path to graph info instance.
1136
+ *@brief Add an edge info path to graph info instance.
1135
1137
*
1136
1138
*@param path The edge info path to add
1137
1139
*/
You can’t perform that action at this time.
0 commit comments