diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-09-15 19:55:15 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-09-15 19:55:15 (GMT) |
commit | 1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e (patch) | |
tree | 80bc5b8e1fe89bbf6bd2fbbf2c640eb73313f626 /src/htmldocvisitor.h | |
parent | 228f1d8a76b93c592888a9c454ecf93983f1e4e3 (diff) | |
download | Doxygen-1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e.zip Doxygen-1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e.tar.gz Doxygen-1c72ffcbe310e13d7dda73fa78d6ea4f93636c3e.tar.bz2 |
Release-1.2.17-20020915
Diffstat (limited to 'src/htmldocvisitor.h')
-rw-r--r-- | src/htmldocvisitor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/htmldocvisitor.h b/src/htmldocvisitor.h index 2be1fa5..7d3470e 100644 --- a/src/htmldocvisitor.h +++ b/src/htmldocvisitor.h @@ -48,6 +48,7 @@ class HtmlDocVisitor : public DocVisitor void visit(DocInclude *); void visit(DocIncOperator *); void visit(DocFormula *); + void visit(DocIndexEntry *); //-------------------------------------- // visitor functions for compound nodes @@ -91,8 +92,6 @@ class HtmlDocVisitor : public DocVisitor void visitPost(DocHtmlCell *); void visitPre(DocHtmlCaption *); void visitPost(DocHtmlCaption *); - void visitPre(DocIndexEntry *); - void visitPost(DocIndexEntry *); void visitPre(DocInternal *); void visitPost(DocInternal *); void visitPre(DocHRef *); |