Skip to content

Commit

Permalink
Merge pull request #340 from jorenham/docs/hide-overloads
Browse files Browse the repository at this point in the history
hide overloads in api docs
  • Loading branch information
jorenham authored Nov 3, 2024
2 parents 1b0ecc2 + 0a920da commit c708a4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ tr.row-double-top > td {
max-width: 1440px;
}

/* Hide overloads */
.doc-overloads {
display: none;
}
/* Workarounds */
/* td,
th {
Expand Down

0 comments on commit c708a4c

Please sign in to comment.