Skip to content

Commit

Permalink
Deploying to gh-pages from @ 913e8c5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 30, 2024
1 parent 2590608 commit 1eb268e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion docs/doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down Expand Up @@ -1749,7 +1753,7 @@ table.fieldtable th {
color: var(--tablehead-foreground);
}

table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fielddoc, .fieldtable th {
table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fieldinit, .fieldtable td.fielddoc, .fieldtable th {
border-bottom: 1px solid var(--separator-color);
border-right: 1px solid var(--separator-color);
}
Expand Down
2 changes: 1 addition & 1 deletion docs/search/all_0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search/all_13.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var searchData=
[
['wrap_5fshared_5fptr_0',['wrap_shared_ptr',['https://tatami-inc.github.io/tatami/namespacetatami.html#a7518f5e8e09a6f6d7d3955b8ea286689',1,'tatami']]],
['wrap_5fshared_5fptr_0',['wrap_shared_ptr',['https://tatami-inc.github.io/tatami/namespacetatami.html#ab008bae4e33a408de29e9fc49d0f902c',1,'tatami']]],
['wrap_5fshared_5fptr_2ehpp_1',['wrap_shared_ptr.hpp',['https://tatami-inc.github.io/tatami/wrap__shared__ptr_8hpp.html',1,'']]]
];
2 changes: 1 addition & 1 deletion docs/search/functions_0.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var searchData=
[
['arrayview_0',['ArrayView',['https://tatami-inc.github.io/tatami/classtatami_1_1ArrayView.html#a98f383e531be5aac446242d62febf4e9',1,'tatami::ArrayView']]]
['arrayview_0',['ArrayView',['https://tatami-inc.github.io/tatami/classtatami_1_1ArrayView.html#a98f383e531be5aac446242d62febf4e9',1,'tatami::ArrayView::ArrayView(const T *ptr, size_t number)'],['https://tatami-inc.github.io/tatami/classtatami_1_1ArrayView.html#a6cbe9b7d0ee871c17d051d0496278757',1,'tatami::ArrayView::ArrayView()']]]
];
2 changes: 1 addition & 1 deletion docs/search/functions_11.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var searchData=
[
['wrap_5fshared_5fptr_0',['wrap_shared_ptr',['https://tatami-inc.github.io/tatami/namespacetatami.html#a7518f5e8e09a6f6d7d3955b8ea286689',1,'tatami']]]
['wrap_5fshared_5fptr_0',['wrap_shared_ptr',['https://tatami-inc.github.io/tatami/namespacetatami.html#ab008bae4e33a408de29e9fc49d0f902c',1,'tatami']]]
];

0 comments on commit 1eb268e

Please sign in to comment.