diff options
author | Martin Smith <msmith@trolltech.com> | 2009-12-04 14:01:49 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-12-04 14:01:49 (GMT) |
commit | 77f274672480e5980d9f42e4fd94c9770279543b (patch) | |
tree | 159b4e4238d8e9ec6d5c056db4c8090a164850cb /tools/qdoc3/generator.h | |
parent | 271936b063fb261293e3f77f7a2273e3a4dbb5d6 (diff) | |
download | Qt-77f274672480e5980d9f42e4fd94c9770279543b.zip Qt-77f274672480e5980d9f42e4fd94c9770279543b.tar.gz Qt-77f274672480e5980d9f42e4fd94c9770279543b.tar.bz2 |
doc: Example page now lists images used by the example
It just links to an empty page at the moment, i.e., it doesn't
load the images. But I will add that.
Task-number: QTBUG-4484
Diffstat (limited to 'tools/qdoc3/generator.h')
-rw-r--r-- | tools/qdoc3/generator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/qdoc3/generator.h b/tools/qdoc3/generator.h index 0258534..7667789 100644 --- a/tools/qdoc3/generator.h +++ b/tools/qdoc3/generator.h @@ -119,6 +119,10 @@ class Generator CodeMarker *marker, bool generate, int& numGeneratedAtoms); + void generateFileList(const FakeNode* fake, + CodeMarker* marker, + Node::SubType subtype, + const QString& tag); void generateExampleFiles(const FakeNode *fake, CodeMarker *marker); void generateModuleWarning(const ClassNode *classe, CodeMarker *marker); |