diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-07-15 11:29:46 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-07-15 11:29:46 (GMT) |
commit | c70a0e817aa771f8a6cf5d6e60ab40161382bdb3 (patch) | |
tree | 58e52a8582c1540dc027584905243308e970b4e2 /tools/qdoc3/codeparser.cpp | |
parent | fa4c5540bd0fd9f8bb7238c1d947f0763b8607e1 (diff) | |
download | Qt-c70a0e817aa771f8a6cf5d6e60ab40161382bdb3.zip Qt-c70a0e817aa771f8a6cf5d6e60ab40161382bdb3.tar.gz Qt-c70a0e817aa771f8a6cf5d6e60ab40161382bdb3.tar.bz2 |
Phase 1 of QTBUG-20412, the XML manifest file
Diffstat (limited to 'tools/qdoc3/codeparser.cpp')
-rw-r--r-- | tools/qdoc3/codeparser.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/qdoc3/codeparser.cpp b/tools/qdoc3/codeparser.cpp index c7a8912..9ab5f82 100644 --- a/tools/qdoc3/codeparser.cpp +++ b/tools/qdoc3/codeparser.cpp @@ -287,6 +287,9 @@ void CodeParser::processCommonMetaCommand(const Location &location, FakeNode *fake = static_cast<FakeNode *>(node); fake->setTitle(arg); nameToTitle.insert(fake->name(),arg); + if (fake->subType() == Node::Example) { + + } } else location.warning(tr("Ignored '\\%1'").arg(COMMAND_TITLE)); |