diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-12-26 15:59:17 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2012-12-26 15:59:17 (GMT) |
commit | 11adf0849f31d1bfcca9fe95ab76aa4eb92df03e (patch) | |
tree | 629c4681a5158d26512b815623754b33165d8d23 /src/vhdldocgen.cpp | |
parent | 1a68946cfa3e3ee749a683fdabc93e6b5311adeb (diff) | |
download | Doxygen-11adf0849f31d1bfcca9fe95ab76aa4eb92df03e.zip Doxygen-11adf0849f31d1bfcca9fe95ab76aa4eb92df03e.tar.gz Doxygen-11adf0849f31d1bfcca9fe95ab76aa4eb92df03e.tar.bz2 |
Release-1.8.3
Diffstat (limited to 'src/vhdldocgen.cpp')
-rw-r--r-- | src/vhdldocgen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp index ba8fd1f..0a0141f 100644 --- a/src/vhdldocgen.cpp +++ b/src/vhdldocgen.cpp @@ -4087,7 +4087,6 @@ void FlowNode::alignFuncProc( QCString & q,const ArgumentList* al,bool isFunc) prev.fill(' ',len+1); Argument *arg; - bool first=TRUE; q+="\n"; for (;(arg=ali.current());++ali) { @@ -4109,7 +4108,6 @@ void FlowNode::alignFuncProc( QCString & q,const ArgumentList* al,bool isFunc) attl.prepend(prev.data()); temp+=attl; - first=FALSE; } q+=temp; } |