diff --git a/Image_8h_source.html b/Image_8h_source.html
index 573ee6841..461513494 100644
--- a/Image_8h_source.html
+++ b/Image_8h_source.html
@@ -107,37 +107,33 @@
-
+
-
-
-
- 11 enum class ImageCategory
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 42 static std::string imageUrl(
unsigned width = 640,
unsigned height = 480,
- 43 std::optional<ImageCategory> category = std::nullopt);
-
- 54 static std::string githubAvatarUrl();
-
- 65 static std::string dimensions();
-
- 75 static std::string_view type();
-
-
+ 8 enum class ImageCategory
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 39 std::string imageUrl(
unsigned width = 640,
unsigned height = 480,
+ 40 std::optional<ImageCategory> category = std::nullopt);
+
+ 51 std::string githubAvatarUrl();
+
+ 62 std::string dimensions();
+
+ 72 std::string_view type();
+