Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianqi Zhang <tianzh@microsoft.com>2020-06-10 06:07:55 +0300
committerJoel Martinez <joelmartinez@gmail.com>2020-09-02 00:27:01 +0300
commit8d90b6661888cab0aa6e429da61adf696b525e8a (patch)
treedd9d7c76df8304518b371f3a452570b3e4f7f819 /mdoc/mdoc.Test/TypeMapTests.cs
parent8379c15ea68de6cc75a11e288e56b1523031b921 (diff)
refactor attribute formatter to be standalone class
Diffstat (limited to 'mdoc/mdoc.Test/TypeMapTests.cs')
-rw-r--r--mdoc/mdoc.Test/TypeMapTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/mdoc.Test/TypeMapTests.cs b/mdoc/mdoc.Test/TypeMapTests.cs
index 15f01f60..2c6ae7a7 100644
--- a/mdoc/mdoc.Test/TypeMapTests.cs
+++ b/mdoc/mdoc.Test/TypeMapTests.cs
@@ -8,8 +8,8 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
-using Windows.Foundation;
using Mono.Documentation.Updater.Formatters.CppFormatters;
+using Mono.Documentation.Updater.Formatters;
namespace mdoc.Test
{