qdoc: Add header file debug output to match source file debug output
Change-Id: If8c941be42986704e9ac4da056a6c4b2490e6131 Reviewed-by: Martin Smith <martin.smith@digia.com>bb10
parent
febded2353
commit
685655c4a5
|
|
@ -462,6 +462,7 @@ static void processQdocconfFile(const QString &fileName)
|
|||
CodeParser *codeParser = CodeParser::parserForHeaderFile(h.key());
|
||||
if (codeParser) {
|
||||
++parsed;
|
||||
Generator::debug(QString("Parsing " + h.key()));
|
||||
codeParser->parseHeaderFile(config.location(), h.key());
|
||||
usedParsers.insert(codeParser);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue