swift-doccomment-converter:Swift 1.2-> Swift 2.0文档注释

时间:2024-05-29 15:17:08
【文件属性】:

文件名称:swift-doccomment-converter:Swift 1.2-> Swift 2.0文档注释

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-29 15:17:08

Python

swift-doccomment-converter 这是一个将Swift 1.2文档注释转换为新的Swift 2.0格式的脚本,同时注意行长和悬挂缩进。 安装: $ brew install keith/formulae/swift-doccomment-converter 用法: $ convert-comments [MAX LINE LENGTH] [FILES TO CONVERT...] 用法示例: 您可以传递单个文件并将行数限制为80个字符: $ convert-comments 80 path/to/foo.swift 您还可以利用将所有已检查的Swift文件转换为git并将它们限制为110个字符: $ git ls-files -z " *.swift " | xargs -0 convert-comments 110 警告: 运行此脚本之前,请先检查所有


【文件预览】:
swift-doccomment-converter-master
----convert-comments(560B)
----.travis.yml(37B)
----LICENSE(1KB)
----test(272B)
----README.md(1KB)
----tests()
--------comment.swift(1KB)
--------comment.diff(2KB)
----spacing.py(7KB)
----CHANGELOG.md(179B)

网友评论