John Fairhurst
John Fairhurst
@shahdhiren as I tried to say above, the issue whereby undocumented C enum cases get the previous doc comment is a libclang bug/feature that you need to work around. `NS_ENUM`...
If you post your code then I can take a look, but as far as I know this really does mean that foundation is not being imported properly at build...
Ok good, so those first two are compiler errors (from clang) resulting in foundation not being pulled in, causing the enum problem & the last three errors (from jazzy). You'll...
Try `--sdk iphonesimulator` (if I do `--sdk iphoneos` I get your problem!) The objc side uses libclang, not xcodebuild, so trying to pass stuff like `-scheme` won't work.
Nope, it's a feature that they're carried through. You could try hiding them via CSS - the `section-name` class is the one for those subtitles and `task-name-container` for the div...
This isn't possible right now: sourcekitten doesn't support C++ declaration types ([here](https://github.com/jpsim/SourceKitten/blob/master/Source/SourceKittenFramework/ObjCDeclarationKind.swift)) -- in theory it should be A Simple Matter to add them and corresponding defs in jazzy...
Need someone with actual css skills to eg. figure out how to set the max-width properly for `tt-menu`.
Jony theme added since this was active, closing this one.
Hi @galli-leo, it would be great if you're interested in working on this. The way I *think* we should do this is to make use of the inherited docs that...
Well, `key.overrides` is the list of symbols being overridden. For symbols not in the current module (eg. stdlib) that would need a further `request.cursorinfo` querying by USR if you wanted...