ios - Appledoc 和自定义链接说明

标签 ios xcode markdown appledoc

如果我做错了什么,我提前道歉。但我无法确定我的错误。

这是代码(头文件):

#import <Foundation/Foundation.h>

/**
 Represents a cover image. It can be a game cover, a trophy image or even a player avatar.

 It has three properties:

 - **NSMutableString uri**: the link that points to the image.
  - E.g.: [A Skyrim trophy image URI] (http://bit.ly/skyrimTrophyImageUri ).

 - **UIImage img**: the actual image. That is, the bitmap.
  - E.g.: 1A9A3826FB6B42C1B08824655A740620BC8E75F9.PNG

 - **ResolutionType resolution**: the image resolution, which comes from an enumeration of this class called __"ResolutionType"__.
  - E.g: SEN_75x41

*/

@interface NHOCCover : NSObject

结果:

enter image description here

I'm following these instructions (at "Custom link descriptions" section).

我也试过:

也许 Xcode 弄乱了文件?关于第二个相关问题,您知道是否有办法阻止 Xcode 在其编辑器中自动创建链接? (我的意思是将字体颜色更改为蓝色并在其下划线)。

提前致谢。

最佳答案

已经在 github 上回答了你,在这里也为来到这个页面的人添加了答案:这是 v2 的已知问题,将在 3.0 中修复。参见 https://github.com/tomaz/appledoc/issues/180

关于ios - Appledoc 和自定义链接说明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13887240/

相关文章:

iPhone应用目录重组

objective-c - Cocoa/Obj-C 简单 XML 文件阅读器 - 需要帮助

iPhone/iPad 应用程序介绍

ios - 删除除命名之外的所有 subview

PULL_REQUEST_TEMPLATE.md 中的 GitHub 相关内部存储库链接

html-lists - 如何在 Bitbucket 中标记嵌套列表项?

ios - Flutter 中的 Ios 上横幅消失 (Firebase_admob)

iOS长数据输入屏幕

ios - 使用 SwiftMessages pod 同时显示两条消息

vim - Vim中的Markdown列表,在CR上自动成为新项目符号