Skip to content

Commit

Permalink
Merge pull request #303 from jesseli2002/docs_update
Browse files Browse the repository at this point in the history
Clarify docs on what traversal category allowed
  • Loading branch information
jeremy-murphy authored Jul 19, 2022
2 parents 944d9fc + ea24532 commit fcfc152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/Graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ <H3>Associated Types</H3>
graph can be visited. The choices are <TT>incidence_graph_tag</TT>,
<TT>adjacency_graph_tag</TT>, <TT>bidirectional_graph_tag</TT>,
<TT>vertex_list_graph_tag</TT>, <TT>edge_list_graph_tag</TT>, and
<TT>adjacency_matrix_tag</TT>.
<TT>adjacency_matrix_tag</TT>. You can also create your own
tag which should inherit from one or more of the above.
</td>
</tr>

Expand Down
4 changes: 2 additions & 2 deletions doc/graph_traits.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ <H2>Members</H2>
The traversal category tags are:
<tt>incidence_graph_tag, adjacency_graph_tag,
bidirectional_graph_tag, vertex_list_graph_tag,
edge_list_graph_tag, vertex_and_edge_list_graph_tag,
edge_list_graph_tag,
adjacency_matrix_tag</tt>. You can also create your own
tag which should inherit from one of the above.
tag which should inherit from one or more of the above.
</td>
</tr>

Expand Down

0 comments on commit fcfc152

Please sign in to comment.