We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb94800 + ff281eb commit 0f8f885Copy full SHA for 0f8f885
src/filedef.cpp
@@ -885,7 +885,7 @@ void FileDefImpl::writeDocumentation(OutputList &ol)
885
QCString versionTitle;
886
if (!m_fileVersion.isEmpty())
887
{
888
- versionTitle=("("+m_fileVersion+")");
+ versionTitle=" ("+m_fileVersion+")";
889
}
890
QCString title = m_docname+versionTitle;
891
QCString pageTitle;
@@ -1158,7 +1158,7 @@ void FileDefImpl::writeSourceHeader(OutputList &ol)
1158
QCString title = m_docname;
1159
1160
1161
- title+=(" ("+m_fileVersion+")");
+ title+=" ("+m_fileVersion+")";
1162
1163
QCString pageTitle = theTranslator->trSourceFile(title);
1164
ol.disable(OutputType::Man);
0 commit comments