diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-19 18:01:29 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-19 18:01:29 (GMT) |
commit | 5d2eaa50cb1a95f370d7db7413c112e85c83c66d (patch) | |
tree | c84de739d0b6a7ba0cfe741347d60764dd87bd2a /tools/qdoc3/qdoc3.pro | |
parent | 771337bb2c286343ac912a32101fc7d418ef8a7c (diff) | |
download | Qt-5d2eaa50cb1a95f370d7db7413c112e85c83c66d.zip Qt-5d2eaa50cb1a95f370d7db7413c112e85c83c66d.tar.gz Qt-5d2eaa50cb1a95f370d7db7413c112e85c83c66d.tar.bz2 |
Further simplifications to qdoc3.
Removed the unused ApiGenerator class.
Removed archive and uncompression support not used in Qt.
Removed the unused WebXML generator used to dump documentation as XML
for an ancient documentation Web project.
Diffstat (limited to 'tools/qdoc3/qdoc3.pro')
-rw-r--r-- | tools/qdoc3/qdoc3.pro | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/tools/qdoc3/qdoc3.pro b/tools/qdoc3/qdoc3.pro index 9b76d97..77c95f8 100644 --- a/tools/qdoc3/qdoc3.pro +++ b/tools/qdoc3/qdoc3.pro @@ -24,9 +24,7 @@ build_all:!build_pass { } CONFIG -= app_bundle -HEADERS += apigenerator.h \ - archiveextractor.h \ - atom.h \ +HEADERS += atom.h \ ccodeparser.h \ codechunk.h \ codemarker.h \ @@ -46,19 +44,13 @@ HEADERS += apigenerator.h \ openedlist.h \ pagegenerator.h \ plaincodemarker.h \ - polyarchiveextractor.h \ - polyuncompressor.h \ quoter.h \ separator.h \ text.h \ tokenizer.h \ tr.h \ - tree.h \ - uncompressor.h \ - webxmlgenerator.h -SOURCES += apigenerator.cpp \ - archiveextractor.cpp \ - atom.cpp \ + tree.h +SOURCES += atom.cpp \ ccodeparser.cpp \ codechunk.cpp \ codemarker.cpp \ @@ -79,15 +71,11 @@ SOURCES += apigenerator.cpp \ openedlist.cpp \ pagegenerator.cpp \ plaincodemarker.cpp \ - polyarchiveextractor.cpp \ - polyuncompressor.cpp \ quoter.cpp \ separator.cpp \ text.cpp \ tokenizer.cpp \ tree.cpp \ - uncompressor.cpp \ - webxmlgenerator.cpp \ yyindent.cpp ### Documentation for qdoc3 ### |