summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/ditaxmlgenerator.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-06-25 08:23:44 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-06-25 08:23:44 (GMT)
commit06ea7cfc8f682904496889aedec03b1f00b0a8e7 (patch)
tree0175c085308073f7129b882e43498bf2f609c964 /tools/qdoc3/ditaxmlgenerator.h
parente39e53373754f45cf49eee5232598affec41b21c (diff)
downloadQt-06ea7cfc8f682904496889aedec03b1f00b0a8e7.zip
Qt-06ea7cfc8f682904496889aedec03b1f00b0a8e7.tar.gz
Qt-06ea7cfc8f682904496889aedec03b1f00b0a8e7.tar.bz2
doc: Added more DITA output to the XML generator
Output Q_PROPERTY as a cxxVariable. Task-number: QTBUG-11391
Diffstat (limited to 'tools/qdoc3/ditaxmlgenerator.h')
-rw-r--r--tools/qdoc3/ditaxmlgenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/ditaxmlgenerator.h b/tools/qdoc3/ditaxmlgenerator.h
index 8c7e439..26788d7 100644
--- a/tools/qdoc3/ditaxmlgenerator.h
+++ b/tools/qdoc3/ditaxmlgenerator.h
@@ -133,6 +133,7 @@ class DitaXmlGenerator : public PageGenerator
void writeProperties(const Section& s,
const ClassNode* cn,
CodeMarker* marker);
+ void writerFunctions(const QString& tag, const NodeList& nlist);
private:
enum SubTitleSize { SmallSubTitle, LargeSubTitle };