From 48f5b21e7cb1da7593a780ffb59394ce18d1113d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 9 Oct 2019 00:24:58 -0400 Subject: [PATCH] generated docs: functions in a table with descriptions --- lib/std/special/docs/index.html | 11 ++- lib/std/special/docs/main.js | 114 +++++++++++++++++++++----------- 2 files changed, 83 insertions(+), 42 deletions(-) diff --git a/lib/std/special/docs/index.html b/lib/std/special/docs/index.html index fc78cdaf5d..2508308ced 100644 --- a/lib/std/special/docs/index.html +++ b/lib/std/special/docs/index.html @@ -158,10 +158,13 @@ vertical-align: top; } - #sectGlobalVars td { + #sectGlobalVars td, #sectFns td { vertical-align: top; margin: 0; padding: 0.5em; + max-width: 20em; + text-overflow: ellipsis; + overflow-x: hidden; } .tok-kw { @@ -327,8 +330,10 @@