Skip to content
Snippets Groups Projects
Commit cf614f71 authored by Paul Nitzke's avatar Paul Nitzke
Browse files

Complete documentation for ColoredDotWriter

parent d54bff62
No related branches found
No related tags found
1 merge request!27Complete documentation and streamline coding style a bit
......@@ -2,7 +2,9 @@
namespace SparseTransform.Convert
{
/// <summary>
/// Extends the DotWriter class to output a colored DOT graph.
/// </summary>
internal class ColoredDotWriter : DotWriter
{
private bool textcolor;
......@@ -28,7 +30,6 @@ namespace SparseTransform.Convert
}
}
/// <summary>
/// Labels the node with the respective colors determined by it's index. Overrides the method in DotWriter
/// </summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment