summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorC. Bess <cbess@quantumquinn.com>2014-08-24 14:37:09 -0500
committerC. Bess <cbess@quantumquinn.com>2014-08-24 14:37:09 -0500
commit2a5a4ebf64593009002053514deb057f37d7b693 (patch)
treed5f15e4610fbb476bb6a264cbafd6d3588986567
parent6b34ef65a3aea7af638145be83c1d3699caa353b (diff)
- add landmark notes
-rw-r--r--swift.html.markdown7
1 files changed, 6 insertions, 1 deletions
diff --git a/swift.html.markdown b/swift.html.markdown
index 6ce60cf5..600eedcf 100644
--- a/swift.html.markdown
+++ b/swift.html.markdown
@@ -15,6 +15,11 @@ See also Apple's [getting started guide](https://developer.apple.com/library/pre
// MARK: Basics
//
+// Xcode supports landmarks to annotate your code and lists them in the jump bar
+// MARK: Section mark
+// TODO: Do something soon
+// FIXME Fix this code
+
println("Hello, world")
var myVariable = 42
@@ -114,7 +119,7 @@ default: // required (in order to cover all possible input)
// Functions are a first-class type, meaning they can be nested
// in functions and can be passed around
-// Function with Swift docs
+// Function with Swift function docs
/**
A greet operation