appleDoc

41 阅读1分钟

github.com/tomaz/apple…

1 cd projectPath 2 appledoc --no-create-docset --output ./doc --project-name "xxxxx" --project-company "xxxxxx" ./

///@name 类似jazzy mark 

///@param str str
- (void)test:(NSString*)str;