Maxwell
Maxwell
Sorry I didn't see this earlier. Can you check you have enough power going to the USB device? Do you have a powered USB hub you can test it in?
Which year MBP is it? I've got reports on it working on most of the MacBook Pros. I'm trying to isolate what could cause this.
How did you install GNU radio? Does it have a daemon that proxies the USB host? Or a kernel extension?
In terms of command line options, you would want to set source parser, comment parser and writer. We could do a `--` separator. i.e. `documentalist -objc -tomdoc -html-fancy -- -Obj-C...
Nah, we would be adding unnecessary dependencies. It's just nice for `--help` and optional arguments.
I can confirm 3.3 works for me.
I think your system cabal or hsc2hs might be out of date. If so, just update them with cabal install.
> Gotta get our game strikethrough on. Private API. :trollface: Edit: TIL it's `~~`! 
Do you want to return `Nothing` if it is a `Class` or `Protocol` with no inside? In `parseDecl`. I think this is fair enough for now, because ``` objc @class...
Ah ok then. Does clang have something to see if it is a forward declaration?