qdoc: Adding a debug function
authorMartin Smith <martin.smith@digia.com>
Mon, 1 Oct 2012 12:27:45 +0000 (14:27 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 8 Oct 2012 07:11:48 +0000 (09:11 +0200)
commit5da3f7fb8562077fe57030e762934a273daace36
treebcd4852f5c8e150db33b5b12c9f8761a2ec4829d
parentb40838964d46444908a2338c4e8b6d13fb0def6e
qdoc: Adding a debug function

qdoc segfaults for one user, when he runs
the release version of qdoc but not the debug
version. This change adds a -debug option to
the qdoc command line options. If set, qdoc
will print debug messages at useful milestones
so we can see where it is when it goes into
the weeds.

Change-Id: I0e826e74399eaf50091817c68c775d02c6b615d2
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/tools/qdoc/generator.cpp
src/tools/qdoc/generator.h
src/tools/qdoc/htmlgenerator.cpp
src/tools/qdoc/main.cpp