orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
513 stars 53 forks source link

Swift Doc rendred in wrong format #341

Closed RiuHDuo closed 4 years ago

RiuHDuo commented 4 years ago

I run swift demo app. The function looks like the following in swift file

    /**
    Run this application with the arguments provided

    - Parameters:
        - args: the args to configure the application
     */
    func start(_ args: String...)

but it's wrong format in the web as the this image

How to solve this problem?

PS: I have installed SourceKitten 0.27, but running orchid will show SourcekittenWrapper: SourceKitten version: 0.23.2 in console.

cjbrooks12 commented 4 years ago

Thanks for the report, I'll take a look and see what's going on. And with the new sourceDocs, SourceKitten is bundled and doesn't use the globally installed version.