Revert "feat: 添加中间库"

This reverts commit 2eb17e7131.
master
孙建超 2 years ago
parent 8064f80889
commit bd0740b121

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

Loading…
Cancel
Save