Skip to content

Commit 11dcfc7

Browse files
author
Td Kim
authored
Update comments.md
1 parent 621042a commit 11dcfc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Swift/comments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ protocol TaskEditViewControllerDelegate: class { //: class 는 참조타입에
3535

3636
```
3737

38+
###TODO, FIXME
39+
```swift
40+
//TODO: -어쩌고 저쩌고
41+
//FIXME: -어쩌고 저쩌고
42+
```
43+
3844

3945
####Ref
4046
http://useyourloaf.com/blog/swift-documentation-quick-guide/

0 commit comments

Comments
 (0)