summaryrefslogtreecommitdiffstats
path: root/qtools
diff options
context:
space:
mode:
Diffstat (limited to 'qtools')
-rw-r--r--qtools/Doxyfile2
-rw-r--r--qtools/qlist.doc6
2 files changed, 2 insertions, 6 deletions
diff --git a/qtools/Doxyfile b/qtools/Doxyfile
index 6774882..13f4d0e 100644
--- a/qtools/Doxyfile
+++ b/qtools/Doxyfile
@@ -260,7 +260,7 @@ PERL_PATH = /usr/bin/perl
CLASS_DIAGRAMS = YES
MSCGEN_PATH =
HIDE_UNDOC_RELATIONS = YES
-HAVE_DOT = NO
+HAVE_DOT = YES
DOT_NUM_THREADS = 0
DOT_FONTNAME =
DOT_FONTSIZE = 10
diff --git a/qtools/qlist.doc b/qtools/qlist.doc
index 98decd1..6b4278c 100644
--- a/qtools/qlist.doc
+++ b/qtools/qlist.doc
@@ -927,14 +927,12 @@
QStrList documentation
*****************************************************************************/
-typedef QList<char> QStrList
+//typedef QList<char> QStrList
/*!
\class QStrList qstrlist.h
\brief The QStrList class provides a doubly linked list of \c char*.
- \inherit QList
-
\ingroup collection
\ingroup tools
@@ -1039,8 +1037,6 @@ case insensitive compare.
\class QStrListIterator qstrlist.h
\brief The QStrListIterator class is an iterator for the QStrList and QStrIList classes.
- \inherit QListIterator
-
\ingroup tools
This class is a QListIterator\<char\> instance.