28 June 2009

Xcode comments

I knew that if you specified certain strings in comments, Xcode would put an entry in the function popup. But I just discovered there were some I didn't know about. Here’s the ones I now know of:

// TODO:


// FIXME:


// ???:


// !!!:

// MARK:



No comments: