diff --git a/parallelzone_cxx_api/ram_8hpp_source.html b/parallelzone_cxx_api/ram_8hpp_source.html
index da2b4318..a8b61bb7 100644
--- a/parallelzone_cxx_api/ram_8hpp_source.html
+++ b/parallelzone_cxx_api/ram_8hpp_source.html
@@ -97,7 +97,7 @@
-
+
diff --git a/parallelzone_cxx_api/resource__set_8hpp_source.html b/parallelzone_cxx_api/resource__set_8hpp_source.html
index 79da5272..2dadd744 100644
--- a/parallelzone_cxx_api/resource__set_8hpp_source.html
+++ b/parallelzone_cxx_api/resource__set_8hpp_source.html
@@ -94,7 +94,7 @@
22 namespace parallelzone::runtime {
- 25 class ResourceSetPIMPL;
+ 25 struct ResourceSetPIMPL;
@@ -172,8 +172,8 @@
std::size_t size_type
Unsigned type used for offsets and indexing.
Definition: resource_set.hpp:58
bool null() const noexcept
True if *this is a null ResourceSet.
Definition: resource_set.cpp:74
bool is_mine() const noexcept
Determines if the resource set is owned by the current process.
Definition: resource_set.cpp:52
-void swap(ResourceSet &other) noexcept
Exchanges the state of two ResourceSet objects.
Definition: resource_set.cpp:81
-bool empty() const noexcept
True if *this contains no resources.
Definition: resource_set.cpp:76
+void swap(ResourceSet &other) noexcept
Exchanges the state of two ResourceSet objects.
Definition: resource_set.cpp:83
+bool empty() const noexcept
True if *this contains no resources.
Definition: resource_set.cpp:78
const_ram_reference ram() const
Retrieves the RAM for this resource set.
Definition: resource_set.cpp:60
size_type mpi_rank() const noexcept
The MPI rank of the process who owns *this.
Definition: resource_set.cpp:48
bool has_ram() const noexcept
Does this ResourceSet have RAM?
Definition: resource_set.cpp:58
diff --git a/parallelzone_cxx_api/runtime__view_8hpp_source.html b/parallelzone_cxx_api/runtime__view_8hpp_source.html
index 8a847fcb..2e92067f 100644
--- a/parallelzone_cxx_api/runtime__view_8hpp_source.html
+++ b/parallelzone_cxx_api/runtime__view_8hpp_source.html
@@ -93,7 +93,7 @@
22 namespace parallelzone::runtime {
- 24 class RuntimeViewPIMPL;
+ 24 struct RuntimeViewPIMPL;