Skip to content

Commit fcfc152

Browse files
Merge pull request #303 from jesseli2002/docs_update
Clarify docs on what traversal category allowed
2 parents 944d9fc + ea24532 commit fcfc152

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

doc/Graph.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ <H3>Associated Types</H3>
8787
graph can be visited. The choices are <TT>incidence_graph_tag</TT>,
8888
<TT>adjacency_graph_tag</TT>, <TT>bidirectional_graph_tag</TT>,
8989
<TT>vertex_list_graph_tag</TT>, <TT>edge_list_graph_tag</TT>, and
90-
<TT>adjacency_matrix_tag</TT>.
90+
<TT>adjacency_matrix_tag</TT>. You can also create your own
91+
tag which should inherit from one or more of the above.
9192
</td>
9293
</tr>
9394

doc/graph_traits.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ <H2>Members</H2>
200200
The traversal category tags are:
201201
<tt>incidence_graph_tag, adjacency_graph_tag,
202202
bidirectional_graph_tag, vertex_list_graph_tag,
203-
edge_list_graph_tag, vertex_and_edge_list_graph_tag,
203+
edge_list_graph_tag,
204204
adjacency_matrix_tag</tt>. You can also create your own
205-
tag which should inherit from one of the above.
205+
tag which should inherit from one or more of the above.
206206
</td>
207207
</tr>
208208

0 commit comments

Comments
 (0)