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

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Laval <jeremie.laval@gmail.com>2012-07-31 20:53:28 +0400
committerJérémie Laval <jeremie.laval@gmail.com>2012-07-31 20:53:28 +0400
commit15f50223177101d1be6fb1e1a1887baea984fb3a (patch)
tree026841d9fa29b625821a5ab83178af12716725bb /Main.cs
parent6997ff5bfb5b0b5d8d0e8b6faaa494cf212d5c60 (diff)
[macdoc] Add support for loading external documentation directory and uncompiled documentation
The syntax is to pass extra arguments to the binary prefixed respectively by '@' for uncompiled documentation directory and '+' for compiled documentation directory
Diffstat (limited to 'Main.cs')
-rw-r--r--Main.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Main.cs b/Main.cs
index ac7931a..459a819 100644
--- a/Main.cs
+++ b/Main.cs
@@ -1,4 +1,5 @@
using System;
+using System.Linq;
using System.Drawing;
using MonoMac.Foundation;
using MonoMac.AppKit;