diff --git a/algorithms_2subgraph_8cpp.html b/algorithms_2subgraph_8cpp.html
index e9ddbf0705..a10672c586 100644
--- a/algorithms_2subgraph_8cpp.html
+++ b/algorithms_2subgraph_8cpp.html
@@ -75,6 +75,7 @@
#include "subgraph.hpp"
#include "../path.hpp"
+
#include "../crash.hpp"
|
@@ -105,8 +106,8 @@
|
void | vg::algorithms::extract_path_range (const PathPositionHandleGraph &source, path_handle_t path_handle, int64_t start, int64_t end, MutableHandleGraph &subgraph) |
|
-void | vg::algorithms::add_subpaths_to_subgraph (const PathPositionHandleGraph &source, MutablePathHandleGraph &subgraph, bool subpath_naming) |
- |
+void | vg::algorithms::add_subpaths_to_subgraph (const PathPositionHandleGraph &source, MutablePathHandleGraph &subgraph) |
+ |
void | vg::algorithms::add_connecting_edges_to_subgraph (const HandleGraph &source, MutableHandleGraph &subgraph) |
|
diff --git a/algorithms_2subgraph_8hpp.html b/algorithms_2subgraph_8hpp.html
index f7075f3238..52cbcdd9f4 100644
--- a/algorithms_2subgraph_8hpp.html
+++ b/algorithms_2subgraph_8hpp.html
@@ -107,8 +107,8 @@
|
void | vg::algorithms::extract_path_range (const PathPositionHandleGraph &source, path_handle_t path_handle, int64_t start, int64_t end, MutableHandleGraph &subgraph) |
|
-
void | vg::algorithms::add_subpaths_to_subgraph (const PathPositionHandleGraph &source, MutablePathHandleGraph &subgraph, bool subpath_naming) |
-
|
+
void | vg::algorithms::add_subpaths_to_subgraph (const PathPositionHandleGraph &source, MutablePathHandleGraph &subgraph) |
+
|
void | vg::algorithms::add_connecting_edges_to_subgraph (const HandleGraph &source, MutableHandleGraph &subgraph) |
|
diff --git a/chunker_8cpp.html b/chunker_8cpp.html
index 2c52a2997c..b1d1b5296e 100644
--- a/chunker_8cpp.html
+++ b/chunker_8cpp.html
@@ -79,6 +79,7 @@
#include "algorithms/subgraph.hpp"
#include "vg.hpp"
#include "clip.hpp"
+
#include "crash.hpp"