Skip to content
This repository was archived by the owner on Feb 21, 2019. It is now read-only.

Commit 6ab988d

Browse files
committed
Update README.md
1 parent d86d66a commit 6ab988d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
Writing document is so important for developing, but it is really painful with Xcode. Think about how much time you are wasting in pressing '*' or '/', and typing the parameters again and again. Now, you can find the method (or any code) you want to document to, and type in `///`, the document will be generated for you and all params and return will be extracted into a Javadoc style, which is compatible with [appledoc](https://github.com/tomaz/appledoc), [Doxygen](http://www.stack.nl/~dimitri/doxygen/) and [HeaderDoc](https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/HeaderDoc/intro/intro.html). You can just fill the inline placeholder tokens to finish your document.
77

8-
Here is an image which can show what it exactly does. By the way, it also supports [Swift](https://developer.apple.com/swift/) now. Cheers!
8+
Here is an image which can show what it exactly does.
9+
10+
### By the way, it also supports [Swift](https://developer.apple.com/swift/) now. Cheers!
911

1012
![Screenshot](https://raw.github.com/onevcat/VVDocumenter-Xcode/master/ScreenShot.gif)
1113

0 commit comments

Comments
 (0)