| 122 | } |
| 123 | |
| 124 | void cmGraphVizWriter::VisitGraph(std::string const&) |
| 125 | { |
| 126 | this->WriteHeader(this->GlobalFileStream, this->GraphName); |
| 127 | this->WriteLegend(this->GlobalFileStream); |
| 128 | } |
| 129 | |
| 130 | void cmGraphVizWriter::OnItem(cmLinkItem const& item) |
| 131 | { |
no test coverage detected