summaryrefslogtreecommitdiffstats
path: root/src/vhdldocgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-03-28 10:57:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-03-28 10:57:26 (GMT)
commit2a40448c3855da250561fa4bac01179311831307 (patch)
treee896d7ca527a3301912504f77e1b759766400957 /src/vhdldocgen.cpp
parent1134237afe25f86fcf7c7e2a76a3542eee8acc79 (diff)
downloadDoxygen-2a40448c3855da250561fa4bac01179311831307.zip
Doxygen-2a40448c3855da250561fa4bac01179311831307.tar.gz
Doxygen-2a40448c3855da250561fa4bac01179311831307.tar.bz2
add space between br and / for better compatibility
Diffstat (limited to 'src/vhdldocgen.cpp')
-rw-r--r--src/vhdldocgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp
index 040a398..4ff5f9d 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -2222,7 +2222,7 @@ void VhdlDocGen::writeVHDLDeclaration(MemberDef* mdef,OutputList &ol,
}
bool htmlOn = ol.isEnabled(OutputGenerator::Html);
- if (htmlOn && /*Config_getBool("HTML_ALIGN_MEMBERS") &&*/ !ltype.isEmpty())
+ if (htmlOn && !ltype.isEmpty())
{
ol.disable(OutputGenerator::Html);
}