diff options
Diffstat (limited to 'src/dirdef.cpp')
-rw-r--r-- | src/dirdef.cpp | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/dirdef.cpp b/src/dirdef.cpp index bce7ce9..4833c7e 100644 --- a/src/dirdef.cpp +++ b/src/dirdef.cpp @@ -426,15 +426,9 @@ void DirDef::writeDocumentation(OutputList &ol) ol.endContents(); - if (generateTreeView) - { - writeNavigationPath(ol); - } + endFileWithNavPath(this,ol); - endFile(ol,TRUE); ol.popGeneratorState(); - - } void DirDef::setLevel() @@ -735,12 +729,8 @@ void DirRelation::writeDocumentation(OutputList &ol) ol.endContents(); - if (generateTreeView) - { - m_src->writeNavigationPath(ol); - } + endFileWithNavPath(m_src,ol); - endFile(ol,TRUE); ol.popGeneratorState(); } |