diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2011-11-17 21:22:48 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2011-11-17 21:22:48 (GMT) |
commit | 720d85edd0316e1cedec3402e204ce418174305d (patch) | |
tree | 0c7c3ab3d6f38e212b2cd4a4628e3c9d32d49db3 /src/memberlist.cpp | |
parent | 8491e9fbd06ef8a8f1cc542a524c673d7781d4b6 (diff) | |
download | Doxygen-720d85edd0316e1cedec3402e204ce418174305d.zip Doxygen-720d85edd0316e1cedec3402e204ce418174305d.tar.gz Doxygen-720d85edd0316e1cedec3402e204ce418174305d.tar.bz2 |
Release-1.7.5.1-20111117
Diffstat (limited to 'src/memberlist.cpp')
-rw-r--r-- | src/memberlist.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/memberlist.cpp b/src/memberlist.cpp index 1ef623c..b98d86f 100644 --- a/src/memberlist.cpp +++ b/src/memberlist.cpp @@ -464,7 +464,7 @@ void MemberList::writeDeclarations(OutputList &ol, // 2. This might need to be repeated below for memberGroupLists if (optimizeVhdl) // use specific declarations function { - VhdlDocGen::writeVhdlDeclarations(this,ol,0,cd,0); + VhdlDocGen::writeVhdlDeclarations(this,ol,0,cd,0,0); } else { @@ -585,8 +585,7 @@ void MemberList::writeDocumentationPage(OutputList &ol, { md->writeDocumentation(this,ol,scopeName,container,m_inGroup); ol.endContents(); - container->writeNavigationPath(ol); - endFile(ol,TRUE); + endFileWithNavPath(container,ol); } else { |