diff options
Diffstat (limited to 'doc/faq.doc')
-rw-r--r-- | doc/faq.doc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/faq.doc b/doc/faq.doc index ffcb51a..28fd574 100644 --- a/doc/faq.doc +++ b/doc/faq.doc @@ -127,6 +127,14 @@ doxygen generates. You can include this by putting \endverbatim In the HEAD section of the HTML page. +<li><b>Why does doxygen use Qt?</b> + +The most important reason is too have a platform abstraction for most +Unices and Windows by means of the QFile, QFileInfo, QDir, QDate, +QTime and QIODevice classes. +Another reason is for the nice and bug free utility classes, like QList, +QDict, QString, QArray, QTextStream, QRegExp etc. + </ol> \htmlonly |