diff options
author | Sean McBride <sean@rogue-research.com> | 2013-09-19 17:00:58 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-08 13:16:31 (GMT) |
commit | d99303220922142c2d3fdce5346d0997e4f3b457 (patch) | |
tree | 693758b1bc8486dac1a6341b4c2e95e5a716714f /Source/cmGraphVizWriter.cxx | |
parent | 6cea3eeb4b785fa4b72d4a26c9b6df09180ae34c (diff) | |
download | CMake-d99303220922142c2d3fdce5346d0997e4f3b457.zip CMake-d99303220922142c2d3fdce5346d0997e4f3b457.tar.gz CMake-d99303220922142c2d3fdce5346d0997e4f3b457.tar.bz2 |
cmGraphVizWriter: Add extra space in comment to suppress warning
Clang's -Wdocumentation thought it was malformed doxygen.
Diffstat (limited to 'Source/cmGraphVizWriter.cxx')
-rw-r--r-- | Source/cmGraphVizWriter.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGraphVizWriter.cxx b/Source/cmGraphVizWriter.cxx index 4816da9..3a7070e 100644 --- a/Source/cmGraphVizWriter.cxx +++ b/Source/cmGraphVizWriter.cxx @@ -534,8 +534,8 @@ int cmGraphVizWriter::CollectAllExternalLibs(int cnt) ostr << this->GraphNodePrefix << cnt++; this->TargetNamesNodes[libName] = ostr.str(); this->TargetPtrs[libName] = NULL; - //str << " \"" << ostr.c_str() << "\" [ label=\"" << libName - //<< "\" shape=\"ellipse\"];" << std::endl; + // str << " \"" << ostr.c_str() << "\" [ label=\"" << libName + // << "\" shape=\"ellipse\"];" << std::endl; } } } |