tomaz
tomaz
Swift is currently not supported. First of all swift parser would need to be implemented. I'm leaning towards removing custom parsing engine and use clang instead. But there's no such...
@emaloney Thanks, I'm aware of SourceKitten and Jazzy, forgot about it... I have it listed on my to-check list for 3.0
It's probably bug in appledoc parser.
Hi! It's been several years since I moved off Apple platforms. So what I'd suggest is to open the project in Xcode, add a breakpoint to the line where above...
Use `—verbose 5` to get insight into source file, line and which method it is failing parsing
So it points to `YYCategories/UIKit/UIDevice+YYAdd.m` line 26 (could be somewhat lower). Try commenting out methods to see which one trips parser, then make sure it has all components required by...
Those files should be embedded in the binary itself. Or do you mean it doesn't work when installed from homebrew?
@michael0905 don't think so - for the moment you can manually copy styles.css from github, or install appledoc from source or [latest binary](https://github.com/tomaz/appledoc/releases)
Explicit options ending and interlacing arguments and options sound useful. As for negative options: the reason they are there are to allow option reset when using setting hierarchies. If for...
There was some talk of this in the past, but don't remember if it was implemented out of my head. It's not overly complicated from technical point of view. It...