summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/generator.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-09-18 11:37:32 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-09-18 11:37:32 (GMT)
commited73f806928760ace1d4c7c2a6327875725bcb05 (patch)
treefe980a1a26aa231212f35810f5be680f3e9fa17b /tools/qdoc3/generator.h
parent4b8542e958ebced0b324e64291c6d10d79680021 (diff)
downloadQt-ed73f806928760ace1d4c7c2a6327875725bcb05.zip
Qt-ed73f806928760ace1d4c7c2a6327875725bcb05.tar.gz
Qt-ed73f806928760ace1d4c7c2a6327875725bcb05.tar.bz2
qdoc: DITA XML generator now uses <section> elements...
...instead of <p> elements with the outputclass attribute set to some h value. Also added some missing macros to qt-ditaxml.qdocconf, but there is more to think about here.
Diffstat (limited to 'tools/qdoc3/generator.h')
-rw-r--r--tools/qdoc3/generator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qdoc3/generator.h b/tools/qdoc3/generator.h
index 326a247..bccfc5d 100644
--- a/tools/qdoc3/generator.h
+++ b/tools/qdoc3/generator.h
@@ -130,6 +130,8 @@ class Generator
const Node *relative,
CodeMarker *marker) const;
+ virtual QString outFileName() { return QString(); }
+
const QString& outputDir() { return outDir; }
QString indent(int level, const QString& markedCode);
QString plainCode(const QString& markedCode);
@@ -148,7 +150,6 @@ class Generator
static void supplementAlsoList(const Node *node, QList<Text> &alsoList);
private:
- void generateOverload(const Node *node, CodeMarker *marker);
void generateReimplementedFrom(const FunctionNode *func,
CodeMarker *marker);
void appendFullName(Text& text,