From 5e881cd185e909f7692fe3b167cfa18b85b85ead Mon Sep 17 00:00:00 2001 From: ci Date: Mon, 10 Jun 2024 19:39:56 +0000 Subject: [PATCH] Update documentation --- allclasses-index.html | 4 ++-- io/github/josephearl/result/Result.Failure.html | 4 ++-- io/github/josephearl/result/Result.Success.html | 4 ++-- io/github/josephearl/result/Result.html | 4 ++-- io/github/josephearl/result/package-summary.html | 4 ++-- script.js | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/allclasses-index.html b/allclasses-index.html index f5a520e..f5e6945 100644 --- a/allclasses-index.html +++ b/allclasses-index.html @@ -50,8 +50,8 @@

All Classes and Interfaces<
-
-
+
+
Class
Description
diff --git a/io/github/josephearl/result/Result.Failure.html b/io/github/josephearl/result/Result.Failure.html index af0f1c6..609d9ee 100644 --- a/io/github/josephearl/result/Result.Failure.html +++ b/io/github/josephearl/result/Result.Failure.html @@ -135,8 +135,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/io/github/josephearl/result/Result.Success.html b/io/github/josephearl/result/Result.Success.html index b3712a1..df3cf0a 100644 --- a/io/github/josephearl/result/Result.Success.html +++ b/io/github/josephearl/result/Result.Success.html @@ -135,8 +135,8 @@

Constructor Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/io/github/josephearl/result/Result.html b/io/github/josephearl/result/Result.html index 9e4d7fb..5e29758 100644 --- a/io/github/josephearl/result/Result.html +++ b/io/github/josephearl/result/Result.html @@ -130,8 +130,8 @@

Nested Class Summary

Method Summary

-
-
+
+
Modifier and Type
Method
Description
diff --git a/io/github/josephearl/result/package-summary.html b/io/github/josephearl/result/package-summary.html index dab3684..623567a 100644 --- a/io/github/josephearl/result/package-summary.html +++ b/io/github/josephearl/result/package-summary.html @@ -72,8 +72,8 @@

Package io.github.
  • -
    -
    +
    +
    Class
    Description
    diff --git a/script.js b/script.js index 8b9691a..bb9c8a2 100644 --- a/script.js +++ b/script.js @@ -157,7 +157,7 @@ function show(tableId, selected, columns) { } function updateTabs(tableId, selected) { - document.querySelector('div#' + tableId +' .summary-table') + document.getElementById(tableId + '.tabpanel') .setAttribute('aria-labelledby', selected); document.querySelectorAll('button[id^="' + tableId + '"]') .forEach(function(tab, index) {