gpt4 book ai didi

ios - 为什么 Appledoc 对输入参数类的引用没有突出显示?

转载 作者:行者123 更新时间:2023-11-29 03:23:36 24 4
gpt4 key购买 nike

Apple 文档有输入参数的交叉引用。您可以看到 NSStringEncodingNSError 被突出显示:enter image description here

但是当我使用 appledoc 时,根本没有交叉引用:enter image description here

这是我的配置文件:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>--company-id</key>
<string>com.vk</string>
<key>--create-docset</key>
<false/>
<key>--create-html</key>
<true/>
<key>--ignore</key>
<array>
<string>ThirdParty</string>
<string>Libraries</string>
<string>Frameworks</string>
<string>Testing</string>
</array>
<key>--install-docset</key>
<false/>
<key>--docset-platform-family</key>
<string>iphoneos</string>
<key>--output</key>
<string>docs</string>
<key>--project-company</key>
<string>VK.com</string>
<key>--project-name</key>
<string>VK iOS SDK</string>
<key>--keep-undocumented-objects</key>
<true/>
<key>--keep-undocumented-members</key>
<true/>
<key>--warn-undocumented-object</key>
<false/>
<key>--warn-undocumented-member</key>
<false/>
<key>--warn-empty-description</key>
<true/>
<key>--warn-missing-arg</key>
<true/>
<key>--warn-unknown-directive</key>
<true/>
<key>--logformat</key>
<string>xcode</string>
<key>--exit-threshold</key>
<integer>2</integer>
</dict>
</plist>

怎么了?

最佳答案

appledoc不是由 Apple 开发;这是一个open source project通过 tomaz 。它只是模仿苹果的文档外观。所以Apple文档的所有功能在appledoc中不可用是正常的。

您提到的交叉引用功能确实是 not implemented .

关于ios - 为什么 Appledoc 对输入参数类的引用没有突出显示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20767249/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com