DON'T parse the header files of gui
authorJan-Arve Saether <jan-arve.saether@nokia.com>
Thu, 6 Sep 2012 13:20:18 +0000 (15:20 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 10 Sep 2012 12:09:45 +0000 (14:09 +0200)
This should not be encouraged, and it currently breaks cross-module
linking for qdoc.
With this in place, we can actually generated cross-references
downwards (e.g. from corelib to gui), although in a bit hackish way
at the moment.

Change-Id: I32919e04535464438e3bb83e41f9a40b752c71c6
Reviewed-by: Martin Smith <martin.smith@nokia.com>
src/corelib/doc/qtcore.qdocconf

index 86bf914..8bfc3df 100644 (file)
@@ -67,8 +67,7 @@ versionsym              = QT_VERSION_STR
 
 codeindent              = 1
 
-headerdirs  += .. \
-               ../../gui
+headerdirs  += ..
 
 sourcedirs  += ..