Index: libs/graph/doc/read_graphml.html =================================================================== --- libs/graph/doc/read_graphml.html (revision 43416) +++ libs/graph/doc/read_graphml.html (working copy) @@ -113,7 +113,7 @@

Building the graphml reader

To use the graphml reader, you will need to build and link against the "bgl-graphml" library. The library can be built by following the -Boost Jam Build Instructions for the subdirectory libs/graph/build.

+Boost Jam Build Instructions for the subdirectory libs/graph/build.

Notes

Index: libs/graph/doc/read_graphviz.html =================================================================== --- libs/graph/doc/read_graphviz.html (revision 43416) +++ libs/graph/doc/read_graphviz.html (working copy) @@ -177,7 +177,7 @@

Building the GraphViz Readers

To use the GraphViz readers, you will need to build and link against the "boost_graph" library. The library can be built by following the -Boost Jam Build Instructions for the subdirectory libs/graph/build.

+Boost Jam Build Instructions for the subdirectory libs/graph/build.

Deprecated Readers

Index: libs/graph/doc/table_of_contents.html =================================================================== --- libs/graph/doc/table_of_contents.html (revision 43416) +++ libs/graph/doc/table_of_contents.html (working copy) @@ -241,7 +241,7 @@
  • Graph Input/Output
    1. AT&T Graphviz: read_graphviz, write_graphviz
    2. -
    3. DIMACS Max-flow: read_dimacs_max_flow, write_dimacs
    4. +
    5. DIMACS Max-flow: read_dimacs_max_flow, write_dimacs_max_flow
    6. GraphML: read_graphml and write_graphml
  • Index: libs/graph/doc/write_dimacs.html =================================================================== --- libs/graph/doc/write_dimacs.html (revision 43416) +++ libs/graph/doc/write_dimacs.html (working copy) @@ -42,7 +42,7 @@

    -write_dimacs +write_dimacs_max_flow

    Index: libs/graph/doc/sloan_ordering.htm =================================================================== --- libs/graph/doc/sloan_ordering.htm (revision 43416) +++ libs/graph/doc/sloan_ordering.htm (working copy) @@ -203,7 +203,7 @@ See example/sloan_ordering.cpp.

    See Also

    -

    sloan_start_end_vertices, +

    sloan_start_end_vertices, bandwidth, profile, wavefront and degree_property_map in boost/graph/properties.hpp.