# 代码文档生成软件 **Repository Path**: lmf_fork/CodeDocMaker ## Basic Information - **Project Name**: 代码文档生成软件 - **Description**: 用源代码生成程序鉴别材料 - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-08-18 - **Last Updated**: 2022-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 代码文档生成软件 ## 介绍 **代码文档生成软件**可以将源代码文件之间转化为申请软著所需的程序鉴别材料,使用WinForm开发 ## 软件架构 软件架构说明 ``` ├─bin │ ├─Debug │ │ └─app.publish │ └─Release │ └─app.publish ├─CodeDocMaker │ └─CodeDocMaker │ ├─Debug │ └─Release ├─obj │ ├─Debug │ │ └─TempPE │ └─Release │ └─TempPE ├─Properties └─WQY代码文件生成软件 ├─Debug └─Release ```