tomaz

Results 123 comments of tomaz

This was moved to 3.0 but not much work has been done.

There was a change in templates recently (part of 2.2.1) that modernized look to Xcode 6 theme. It's probably related.

You'll have to implement this yourself if you need it. It would require adding support to parser to detect the code block and report it into parsed data structure in...

No progress unfortunately...

Not that I know of...

Yeah, it's quite an old codebase, there are many code cleanup opportunities... If you feel for it, feel free to create pull request, just make sure the functionality remanes intact...

This is certainly doable. All these @ directives could simply create `` sections so should be relatively easy to link to them later on. Hm, I wrote the comment for...

Just adding note and link to Amy's solution for future reference: > I've got sections in generated documents working (including displaying with the Apple-style sidebar). Code is at: > >...

This is actually appledoc feature: this way you can have multiple paragraphs inside a box, which is what Apple does sometimes. My usage is to put @warning or @bug at...