summaryrefslogtreecommitdiffstats
path: root/tools/Sandcastle/Source/MRefBuilder/MRefBuilderAddIn.cs
blob: 975f90099332a2c217b70c51e55dbc79cc377e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright © Microsoft Corporation.
// This source file is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx.
// All other rights reserved.

using System;
using System.Collections.Generic;
using System.Xml;
using System.Xml.XPath;

using System.Compiler;

using Microsoft.Ddue.Tools.Reflection;

namespace Microsoft.Ddue.Tools {

    public class MRefBuilderAddIn {

        protected MRefBuilderAddIn(ManagedReflectionWriter writer, XPathNavigator configuration) { }

    }

}