共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > code-commenter |
code-commenter
|
0 | 0 | 4 |
贡献者 | 讨论 | 代码提交 |
Small Application to insert comments around programming code. Written in C#. Useful when working on large programming projects with many developers.
inserts comments like the following....
// AJH START - 'Pallet Labels' - 03/32/2009 1732
catch (Exception e)
{
MessageBox.Show(e.ToString());
}
// AJH END