mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-30 02:58:54 -06:00
cmGraphVizWriter: Add extra space in comment to suppress warning
Clang's -Wdocumentation thought it was malformed doxygen.
This commit is contained in:
@@ -534,8 +534,8 @@ int cmGraphVizWriter::CollectAllExternalLibs(int cnt)
|
|||||||
ostr << this->GraphNodePrefix << cnt++;
|
ostr << this->GraphNodePrefix << cnt++;
|
||||||
this->TargetNamesNodes[libName] = ostr.str();
|
this->TargetNamesNodes[libName] = ostr.str();
|
||||||
this->TargetPtrs[libName] = NULL;
|
this->TargetPtrs[libName] = NULL;
|
||||||
//str << " \"" << ostr.c_str() << "\" [ label=\"" << libName
|
// str << " \"" << ostr.c_str() << "\" [ label=\"" << libName
|
||||||
//<< "\" shape=\"ellipse\"];" << std::endl;
|
// << "\" shape=\"ellipse\"];" << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user