summaryrefslogtreecommitdiffstats
path: root/src/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.cpp')
-rw-r--r--src/context.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/context.cpp b/src/context.cpp
index c8eb2e7..f432ed0 100644
--- a/src/context.cpp
+++ b/src/context.cpp
@@ -4103,7 +4103,8 @@ class ModuleContext::Private : public DefinitionContext<ModuleContext::Private>
{
DotGroupCollaboration *graph = getGroupGraph();
FTextStream t(&result);
- graph->writeGraph(t,BITMAP,
+ graph->writeGraph(t,GOF_BITMAP,
+ EOF_Html,
g_globals.outputDir,
g_globals.outputDir+portable_pathSeparator()+m_groupDef->getOutputFileBase()+Doxygen::htmlFileExtension,
relPathAsString(),