From 4d701e74f2b06d6d5ae059541da2c580ad28c71a Mon Sep 17 00:00:00 2001 From: Davide Iafrate Date: Wed, 25 Dec 2024 12:43:59 +0100 Subject: [PATCH] Fixed wrong link in grid_graph documentation --- 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