diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-05-31 13:53:44 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-05-31 13:53:44 (GMT) |
commit | e79086f1a90a733cb06fd50773dbcabde0481988 (patch) | |
tree | f8286aab0c4f216ce834d7b7f55b0e8ed8486f37 /tools/qdoc3/qdoc3.pro | |
parent | c3795b027a54a123eb3ced4190843ca616f5435c (diff) | |
download | Qt-e79086f1a90a733cb06fd50773dbcabde0481988.zip Qt-e79086f1a90a733cb06fd50773dbcabde0481988.tar.gz Qt-e79086f1a90a733cb06fd50773dbcabde0481988.tar.bz2 |
qdoc: Added DITA XML generator
At the moment, it is just like the HTML
generator, but with a different class name.
Diffstat (limited to 'tools/qdoc3/qdoc3.pro')
-rw-r--r-- | tools/qdoc3/qdoc3.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro index 81ff93a..5bedc29 100644 --- a/tools/qdoc3/qdoc3.pro +++ b/tools/qdoc3/qdoc3.pro @@ -37,6 +37,7 @@ HEADERS += apigenerator.h \ cppcodeparser.h \ cpptoqsconverter.h \ dcfsection.h \ + ditaxmlgenerator.h \ doc.h \ editdistance.h \ generator.h \ @@ -81,6 +82,7 @@ SOURCES += apigenerator.cpp \ cppcodeparser.cpp \ cpptoqsconverter.cpp \ dcfsection.cpp \ + ditaxmlgenerator.cpp \ doc.cpp \ editdistance.cpp \ generator.cpp \ |