File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3606,15 +3606,13 @@ void MemberDefImpl::writeDocumentation(const MemberList *ml,
36063606
36073607 const ClassDef *cd=getClassDef ();
36083608 const NamespaceDef *nd=getNamespaceDef ();
3609- bool first=TRUE ;
36103609 if (!m_defTmpArgLists.empty () && lang==SrcLangExt::Cpp)
36113610 // definition has explicit template parameter declarations
36123611 {
36133612 for (const ArgumentList &tal : m_defTmpArgLists)
36143613 {
36153614 if (!tal.empty ())
36163615 {
3617- if (!first) ol.docify (" " );
36183616 ol.startMemberDocPrefixItem ();
36193617 _writeTemplatePrefix (ol,scopedContainer,tal);
36203618 ol.endMemberDocPrefixItem ();
@@ -3630,7 +3628,6 @@ void MemberDefImpl::writeDocumentation(const MemberList *ml,
36303628 {
36313629 if (!tal.empty ())
36323630 {
3633- if (!first) ol.docify (" " );
36343631 ol.startMemberDocPrefixItem ();
36353632 _writeTemplatePrefix (ol,scopedContainer,tal,false );
36363633 ol.endMemberDocPrefixItem ();
You can’t perform that action at this time.
0 commit comments