diff --git a/docs/counts_8hpp_source.html b/docs/counts_8hpp_source.html index 93f955e..80e39ab 100644 --- a/docs/counts_8hpp_source.html +++ b/docs/counts_8hpp_source.html @@ -168,7 +168,7 @@
101 opt.sparse_ordered_index = false;
102 bool count_zero = condition(0);
103
-
104 tatami::parallelize([&](int t, Index_ start, Index_ len) -> void {
+
104 tatami::parallelize([&](int thread, Index_ start, Index_ len) -> void {
105 std::vector<Value_> xbuffer(dim);
106 std::vector<Index_> ibuffer(dim);
107 auto ext = tatami::consecutive_extractor<true>(p, !row, start, len, opt);
@@ -193,7 +193,7 @@
126 }, otherdim, num_threads);
127
128 } else {
-
129 tatami::parallelize([&](int t, Index_ start, Index_ len) -> void {
+
129 tatami::parallelize([&](int thread, Index_ start, Index_ len) -> void {
130 std::vector<Value_> xbuffer(dim);
131 auto ext = tatami::consecutive_extractor<false>(p, !row, start, len);
132 auto curoutput = threaded_output_ptrs[t];
diff --git a/docs/doxygen-awesome.css b/docs/doxygen-awesome.css index a2715e2..6244a1e 100644 --- a/docs/doxygen-awesome.css +++ b/docs/doxygen-awesome.css @@ -805,6 +805,8 @@ html.dark-mode iframe#MSearchResults { #nav-tree .item { height: var(--tree-item-height); line-height: var(--tree-item-height); + overflow: hidden; + text-overflow: ellipsis; } #nav-tree .item > a:focus { @@ -823,6 +825,8 @@ html.dark-mode iframe#MSearchResults { background-image: none; background-color: transparent; position: relative; + color: var(--primary-color) !important; + font-weight: 500; } #nav-tree .selected::after {