From 2737f03c4476b3bad6772162f4d3773031309413 Mon Sep 17 00:00:00 2001 From: sehe Date: Sat, 27 Jan 2024 15:37:35 +0100 Subject: [PATCH] Fix documentation hyperlink simple copy and paste error - I hope the HTML is the right place to fix --- doc/grid_graph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/grid_graph.html b/doc/grid_graph.html index 261dd57cf..053ad115d 100644 --- a/doc/grid_graph.html +++ b/doc/grid_graph.html @@ -69,7 +69,7 @@

Overview

Defined in boost/graph/grid_graph.hpp - with all functions in the boost namespace. A simple examples of creating and iterating over a grid_graph is available here libs/graph/example/grid_graph_example.cpp. An example of adding properties to a grid_graph is also available libs/graph/example/grid_graph_properties.cpp + with all functions in the boost namespace. A simple examples of creating and iterating over a grid_graph is available here libs/graph/example/grid_graph_example.cpp. An example of adding properties to a grid_graph is also available libs/graph/example/grid_graph_properties.cpp

Template Parameters