Jazzy is not working as expected for generating swift documentation

前端 未结 2 1323
攒了一身酷
攒了一身酷 2021-02-13 13:45

After doing some research on the best way to document swift code. I came across Jazzy and how simple it was to implement. So I follow the installation section of the Jazzy Docum

2条回答
  •  长发绾君心
    2021-02-13 14:27

    To make it even better. Use
    jazzy --min-acl internal --skip-undocumented
    Explanation :
    --min-acl internal this will include all functions, classes, structs in your documentary
    --skip-undocumented this will ignore all undocumented classes...

提交回复
热议问题