summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/generator.h
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-06-30 10:11:32 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-06-30 10:12:26 (GMT)
commit5a54b2c4c448ea22adb56bc191303abca34f230b (patch)
tree1b4941c3d502ed4f737484b3400837344f15631a /tools/qdoc3/generator.h
parenta823334a1b61f7a8cf73d96cbc4cd0f71bdc3df7 (diff)
downloadQt-5a54b2c4c448ea22adb56bc191303abca34f230b.zip
Qt-5a54b2c4c448ea22adb56bc191303abca34f230b.tar.gz
Qt-5a54b2c4c448ea22adb56bc191303abca34f230b.tar.bz2
qdoc: Added more handling of \reimp command
Also fixed a few qdoc error reports. Task-number: 162182, 222650
Diffstat (limited to 'tools/qdoc3/generator.h')
-rw-r--r--tools/qdoc3/generator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdoc3/generator.h b/tools/qdoc3/generator.h
index 75134d2..08b857b 100644
--- a/tools/qdoc3/generator.h
+++ b/tools/qdoc3/generator.h
@@ -93,11 +93,11 @@ class Generator
virtual void generateClassLikeNode(const InnerNode *inner, CodeMarker *marker);
virtual void generateFakeNode(const FakeNode *fake, CodeMarker *marker);
- virtual void generateText(const Text& text,
+ virtual bool generateText(const Text& text,
const Node *relative,
CodeMarker *marker);
#ifdef QDOC_QML
- virtual void generateQmlText(const Text& text,
+ virtual bool generateQmlText(const Text& text,
const Node *relative,
CodeMarker *marker);
#endif