diff --git a/docs/config.ld b/docs/config.ld index a556bccfc..f3b0b1160 100644 --- a/docs/config.ld +++ b/docs/config.ld @@ -785,6 +785,8 @@ local function sanitize_return_type(item, ldoc) item.display_type = item.display_type .. "" end + + item.compact_signature = true end local no_prefix = { diff --git a/docs/ldoc.css b/docs/ldoc.css index 3fe8a09d2..f87d1fc0c 100644 --- a/docs/ldoc.css +++ b/docs/ldoc.css @@ -316,7 +316,7 @@ span.inheritance { font-weight: normal; } -td.summarytype { +.summarytype { background-color: white; color: #a4c7ff; font-size: 85%; diff --git a/docs/ldoc.ltp b/docs/ldoc.ltp index f5604eebf..3c878cc36 100644 --- a/docs/ldoc.ltp +++ b/docs/ldoc.ltp @@ -155,11 +155,16 @@ # local dn = display_name(item) # if item.sanitize_type then item.sanitize_type(item, ldoc) end