summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/ditaxmlgenerator.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-11-04 12:26:25 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-11-04 12:26:25 (GMT)
commitb2793a9b7f14508be5cf14bb19127e886b8f1492 (patch)
treead6c54f4f976681a6d9ffb00f7f26deabb2113f4 /tools/qdoc3/ditaxmlgenerator.h
parentd5d44eb800f1c0be15d49521cf991a1c9466cb78 (diff)
downloadQt-b2793a9b7f14508be5cf14bb19127e886b8f1492.zip
Qt-b2793a9b7f14508be5cf14bb19127e886b8f1492.tar.gz
Qt-b2793a9b7f14508be5cf14bb19127e886b8f1492.tar.bz2
qdoc: Added the <related-links> element to the <topic>
This contains the next, previous, and start links for pages that have them. Task-number: QTBUG-14980
Diffstat (limited to 'tools/qdoc3/ditaxmlgenerator.h')
-rw-r--r--tools/qdoc3/ditaxmlgenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/ditaxmlgenerator.h b/tools/qdoc3/ditaxmlgenerator.h
index aa8ca77..de949c2 100644
--- a/tools/qdoc3/ditaxmlgenerator.h
+++ b/tools/qdoc3/ditaxmlgenerator.h
@@ -136,6 +136,8 @@ class DitaXmlGenerator : public PageGenerator
CodeMarker* marker,
const QString& attribute = QString());
void writePropertyParameter(const QString& tag, const NodeList& nlist);
+ void writeRelatedLinks(const FakeNode* fake, CodeMarker* marker);
+ void writeLink(const Node* node, const QString& tex, const QString& role);
private:
enum SubTitleSize { SmallSubTitle, LargeSubTitle };