From 17472a2ba329a0d329aa21c9ffef62fec0de46c5 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 28 Oct 2014 14:25:44 +0100 Subject: qdoc: Generate cross-module links-to-links pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cross-module link report is modified so that each module listed in the table is a link to a subpage on which all the links from the current module to that module are listed. To check that these links go to the correct place, click on one to be taken to the actual link. The actual link is marked with red asterisks. Click on that link to check that the link goes to the correct page. Repeat this process for all the links in the table. Change-Id: Ifddf7108ed7ef090c4063909fdbd10dac1f2566b Task-number: QTBUG-41850 Reviewed-by: Topi Reiniƶ --- doc/global/template/style/offline.css | 5 +++++ doc/global/template/style/online.css | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 5957e3840d..5adb699972 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -62,6 +62,11 @@ a:link { text-align: left; } +a.qa-mark:target:before { + content: "***"; + color: #ff0000; +} + a:hover { color: #44a51c; text-align: left; diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index 5d0cd7ecfb..c44f7ea672 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -43,6 +43,11 @@ links ----------- */ +a.qa-mark:target:before { + content: "***"; + color: #ff0000; +} + .flags { text-decoration: none; text-height: 24px; -- cgit v1.2.3