24 lines
495 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|