Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.1/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/IO/NML/NamespaceDoc.cs @ 13398

Last change on this file since 13398 was 2769, checked in by mkommend, 14 years ago

added unused files for netron (ticket #867)

File size: 264 bytes
Line 
1using System;
2
3namespace Netron.GraphLib.IO.GraphML
4{
5  /// <summary>
6  /// The <b>Netron.GraphLib.IO.GraphML</b> contains the classes
7  /// that map the GraphML schema.
8  /// </summary>
9  internal class NamespaceDoc
10  {
11    private NamespaceDoc()
12    {}
13  }
14}
Note: See TracBrowser for help on using the repository browser.