Closed
Description
Trying to run jazzy --objc
against my project is erroring out with Fatal error: not text: CXCommentKind(rawValue: 3)
. It appears that a raw value of 3
corresponds to CXComment_HTMLStartTag
, and sure enough, my Obj-C documentation has plenty of HTML tags (<tt>foo</tt>
for multi-word inline code spans).