diff options
Diffstat (limited to 'lib/docs/index.html')
| -rw-r--r-- | lib/docs/index.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/docs/index.html b/lib/docs/index.html index ddc0ecbfb2..00f570d100 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -359,7 +359,17 @@ #listFns dt { font-family: var(--mono); + display: flex; + flex-direction: colunm; + justify-content: space-between; + } + + #listFns dt .fnSignature { + overflow-x: hidden; + white-space: nowrap; + text-overflow: ellipsis; } + .argBreaker { display: none; } @@ -711,7 +721,11 @@ <h2>Examples</h2> <ul id="listFnExamples" class="examples"></ul> </div> - <div id="sectTests" class="hidden"> + <div id="sectDocTests" class="hidden"> + <h2>DocTests</h2> + <pre id="docTestsCode"></pre> + </div> + <div id="sectTests" class="hidden"> <h2>Tests</h2> <div class="table-container"> <table> |
