summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/htmlgenerator.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2014-10-28 14:25:44 +0100
committerMartin Smith <martin.smith@digia.com>2014-11-11 15:35:33 +0100
commit17472a2ba329a0d329aa21c9ffef62fec0de46c5 (patch)
treec3d98829b5568de4b033ca518b4dbe972d55abde /src/tools/qdoc/htmlgenerator.h
parent894b579e3492dfa33832841fc9115d40d5b7595c (diff)
qdoc: Generate cross-module links-to-links pages
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ƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/tools/qdoc/htmlgenerator.h')
-rw-r--r--src/tools/qdoc/htmlgenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/qdoc/htmlgenerator.h b/src/tools/qdoc/htmlgenerator.h
index 825522a121..b8ead2bbec 100644
--- a/src/tools/qdoc/htmlgenerator.h
+++ b/src/tools/qdoc/htmlgenerator.h
@@ -90,6 +90,7 @@ public:
protected:
virtual void generateQAPage();
+ QString generateLinksToLinksPage(const QString& module, CodeMarker* marker);
virtual int generateAtom(const Atom *atom,
const Node *relative,
CodeMarker *marker);