From 033963dceca28a270f07f0891283d931ae5fa2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pontus=20=C3=96stlund?= <ponost@roxen.com> Date: Fri, 21 Jul 2017 13:35:23 +0200 Subject: [PATCH] Differentiate private symbols. --- refdoc/structure/modref.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/refdoc/structure/modref.css b/refdoc/structure/modref.css index c51bc03181..d4d2d8316d 100644 --- a/refdoc/structure/modref.css +++ b/refdoc/structure/modref.css @@ -274,7 +274,9 @@ em { .sidebar a.mod-protected { color: #999; } - +.sidebar .mod-private { + display: none !important; +} .sidebar .mod-protected::before { content: ' '; display: inline-block; -- GitLab