tomaz
tomaz
What OS X are you running? Seems there's an issue with appledoc on homebrew on Yosemite - #478
It's been a long time since I've touched this code base and also since I last wrote a line of code in any Apple language, so writing generally - take...
You mean appledoc doesn't compile on Xcode 8.3.1, or build script that collects documentation in your project doesn't work?
Try with higher `--verbose` setting, it'll give you more information as to why exactly it fails. Start with `--verbose 3` and gradually increase until you get useful info
Sample code should be writen either as Markdown code block or inline code in order for it not being processed. Note that with 2.x, code blocks are not handled very...
2.1 didn't touch Markdown handling; until I change to parser with callbacks, such errors will be very difficult to deal with. I wrote about this in other tickets and my...
It's called experimental because it's still very early in dev process. Besides parsing it doesn't do much. I just started work on Markdown parsing couple of months ago, but don't...
Unfortunately not...
@monchote Latest master doesn't crash over referenced file (at least not when running it in isolation). Could you retest again, perhaps it crashes when using together with other files.
I checked on that commit.