pascalabcnet/Debugger.Core/Src/Debugger/NamespaceDoc.cs
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

24 lines
495 B
C#

// <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
{
}
}