feat: 添加中间库

master
孙建超 2 years ago
parent 6b2aebe2a0
commit 2eb17e7131

@ -2,8 +2,6 @@
using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.CSharp.Syntax;
using System.Diagnostics; using System.Diagnostics;
using System.Reflection.Metadata;
using System.Security.Cryptography.X509Certificates;
using System.Xml; using System.Xml;
namespace DocGenerator namespace DocGenerator
@ -156,13 +154,11 @@ namespace DocGenerator
static void Main(string[] args) static void Main(string[] args)
{ {
/*
if (args.Length == 0) if (args.Length == 0)
{ {
Console.WriteLine($"Usage: {Process.GetCurrentProcess().ProcessName} <xxx.cs>"); Console.WriteLine($"Usage: {Process.GetCurrentProcess().ProcessName} <xxx.cs>");
return; return;
} }
*/
ParseFile(@"D:\project\Drawer\Drawer\UCDraw\UCDraw\UC\MainView.cs"); ParseFile(@"D:\project\Drawer\Drawer\UCDraw\UCDraw\UC\MainView.cs");
} }

Loading…
Cancel
Save