pascalabcnet/Debugger.Core/Src/Debugger/NamespaceDoc.cs

24 lines
495 B
C#
Raw Permalink Normal View History

2015-05-14 22:35:07 +03:00
// <file>
// <copyright see="prj:///doc/copyright.txt"/>
// <license see="prj:///doc/license.txt"/>
// <owner name="David Srbecký" email="dsrbecky@gmail.com"/>
// <version>$Revision: 2210 $</version>
// </file>
using System;
using System.Text;
using System.Threading;
using Debugger.Wrappers.CorDebug;
namespace Debugger
{
/// <summary>
/// <para> This library provides features for debugging managed applications. </para>
/// </summary>
class NamespaceDoc
{
}
}