Remove code not doing anything from PyDocConverter.
There is really no need to append empty string.
This commit is contained in:
parent
d92bc54662
commit
6fe4c0707b
1 changed files with 0 additions and 2 deletions
|
|
@ -531,8 +531,6 @@ void PyDocConverter::handlePlainString(DoxygenEntity& tag,
|
|||
const std::string&)
|
||||
{
|
||||
translatedComment += tag.data;
|
||||
if (tag.data.size() && tag.data[tag.data.size() - 1] != ' ')
|
||||
translatedComment += "";
|
||||
}
|
||||
|
||||
void PyDocConverter::handleTagVerbatim(DoxygenEntity& tag,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue