diff options
Diffstat (limited to 'src/ftvhelp.cpp')
-rw-r--r-- | src/ftvhelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftvhelp.cpp b/src/ftvhelp.cpp index dee8c0b..190f3e5 100644 --- a/src/ftvhelp.cpp +++ b/src/ftvhelp.cpp @@ -887,7 +887,7 @@ static void generateBriefDoc(FTextStream &t,Definition *def) def,0,brief,FALSE,FALSE,0,TRUE,TRUE); QCString relPath = relativePathToRoot(def->getOutputFileBase()); HtmlCodeGenerator htmlGen(t,relPath); - HtmlDocVisitor *visitor = new HtmlDocVisitor(t,htmlGen,0); + HtmlDocVisitor *visitor = new HtmlDocVisitor(t,htmlGen,def,0); root->accept(visitor); delete visitor; delete root; |