qt5base-lts/src/tools/qdoc
Martin Smith e94893ddf4 qdoc: Removed several #if 1 macros.
The code should be there. Also removed
a few obsolete #defines.

Change-Id: Id63418b344157a99ac502329eea4f0bc9dc77849
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
2012-07-06 12:28:38 +02:00
..
doc Doc: Fix \sa usage 2012-05-11 01:42:02 +02:00
qmlparser replace remaining "const QChar &" with "QChar" 2012-05-22 20:56:38 +02:00
atom.cpp qdoc: The \br macro is promoted to a qdoc command 2012-07-05 11:01:02 +02:00
atom.h qdoc: Removed several #if 1 macros. 2012-07-06 12:28:38 +02:00
codechunk.cpp Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
codechunk.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
codemarker.cpp qdoc: Removed several #if 0 blocks. 2012-07-06 03:54:26 +02:00
codemarker.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
codeparser.cpp Add const & to foreach 'iterators' 2012-06-27 14:43:00 +02:00
codeparser.h qdoc: Better error messages for QML command errors 2012-06-12 04:29:31 +02:00
config.cpp qdoc: Removed several #if 0 blocks. 2012-07-06 03:54:26 +02:00
config.h qdoc: Removed some obsolete ifdefs 2012-05-10 13:50:35 +02:00
cppcodemarker.cpp Make qdoc compile with QT_STRICT_ITERATORS 2012-05-29 11:35:21 +02:00
cppcodemarker.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
cppcodeparser.cpp QDoc: Allow '0' to be used as 2nd arg for \qmlclass. 2012-06-28 14:44:20 +02:00
cppcodeparser.h qdoc: Better error messages for QML command errors 2012-06-12 04:29:31 +02:00
ditaxmlgenerator.cpp qdoc: Removed several #if 1 macros. 2012-07-06 12:28:38 +02:00
ditaxmlgenerator.h QDoc: Use the module page as link in qt.ditamap. 2012-06-21 12:50:08 +02:00
doc.cpp qdoc: Removed several #if 0 blocks. 2012-07-06 03:54:26 +02:00
doc.h qdoc: Better error messages for QML command errors 2012-06-12 04:29:31 +02:00
editdistance.cpp Make qdoc compile with QT_STRICT_ITERATORS 2012-05-29 11:35:21 +02:00
editdistance.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
generator.cpp qdoc: Report multiple topic commands as an error 2012-06-28 12:35:14 +02:00
generator.h qdoc: Report multiple topic commands as an error 2012-06-28 12:35:14 +02:00
helpprojectwriter.cpp Make qdoc compile with QT_STRICT_ITERATORS 2012-05-29 11:35:21 +02:00
helpprojectwriter.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
htmlgenerator.cpp qdoc: Removed several #if 1 macros. 2012-07-06 12:28:38 +02:00
htmlgenerator.h QDoc: Generate index file for DITAXML. 2012-04-19 13:26:51 +02:00
jscodemarker.cpp Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
jscodemarker.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
location.cpp Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
location.h qdoc: Removed several #if 1 macros. 2012-07-06 12:28:38 +02:00
main.cpp qdoc: Removed several #if 0 blocks. 2012-07-06 03:54:26 +02:00
node.cpp qdoc: Removed several #if 0 blocks. 2012-07-06 03:54:26 +02:00
node.h qdoc: Removed several #if 0 blocks. 2012-07-06 03:54:26 +02:00
openedlist.cpp Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
openedlist.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
plaincodemarker.cpp qdoc: Fix some QString usage issues (Krazy warnings). 2012-05-16 12:30:32 +02:00
plaincodemarker.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
puredocparser.cpp qdoc: Better error messages for QML command errors 2012-06-12 04:29:31 +02:00
puredocparser.h qdoc: Fixed pure doc parser 2012-05-25 17:23:20 +02:00
qdoc.pro don't refer to module versions during bootstrap 2012-06-19 16:40:06 +02:00
qmlcodemarker.cpp Make qdoc compile with QT_STRICT_ITERATORS 2012-05-29 11:35:21 +02:00
qmlcodemarker.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
qmlcodeparser.cpp qdoc: Better error messages for QML command errors 2012-06-12 04:29:31 +02:00
qmlcodeparser.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
qmlmarkupvisitor.cpp Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
qmlmarkupvisitor.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
qmlvisitor.cpp Make qdoc compile with QT_STRICT_ITERATORS 2012-05-29 11:35:21 +02:00
qmlvisitor.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
quoter.cpp qdoc3: Change suffix of DITA files to .dita 2012-03-15 00:50:47 +01:00
quoter.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
separator.cpp qdoc: Fix some QString usage issues (Krazy warnings). 2012-05-16 12:30:32 +02:00
separator.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
text.cpp qdoc: Fix some QString usage issues (Krazy warnings). 2012-05-16 12:30:32 +02:00
text.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
TODO.txt Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
tokenizer.cpp qdoc: Fixed pure doc parser 2012-05-25 17:23:20 +02:00
tokenizer.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
tr.h Move qdoc into qtbase and bootstrap it 2012-03-08 05:31:40 +01:00
tree.cpp QDoc: Fix relative URL generation for cross-linking. 2012-07-06 03:54:38 +02:00
tree.h qdoc: Fixed minor version number in DITA XML 2012-05-04 17:57:46 +02:00
yyindent.cpp Make qdoc compile with QT_STRICT_ITERATORS 2012-05-29 11:35:21 +02:00