commit | 460f57c4cfef060f9bf20f5226880242e7b50add | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 17 00:44:14 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 10 01:10:54 2015 -0800 |
tree | 72d64b03a11558d68638e19940a9ef7eb1142373 | |
parent | b4bd4b7bdf001929f5a85c318ebeae697edc3072 [diff] [blame] |
docs: Documentation update Change-Id: I6f916eb822a59e980e8fb1134886c3431755119c
diff --git a/utils/topology/rocketfuel-map-reader.cpp b/utils/topology/rocketfuel-map-reader.cpp index f5a424e..b53b03b 100644 --- a/utils/topology/rocketfuel-map-reader.cpp +++ b/utils/topology/rocketfuel-map-reader.cpp
@@ -560,6 +560,8 @@ } } +/// @cond include_hidden + template<class Names, class Colors> class name_color_writer { public: @@ -589,6 +591,8 @@ return name_color_writer<Names, Colors>(n, c); } +/// @endcond + void RocketfuelMapReader::SaveGraphviz(const std::string& file) {