我想为我的代码创建一个好的javadoc帮助。Android显示在APILevel3中添加的第二行(带有链接)。我怎样才能做到这一点,或者不能用普通的javadoc来完成呢?
这是来自原始源的一个例子
public static final String ANDROID_ID
Added in API level 3
A 64-bit number (as a hex string) that is randomly generated when the user first sets up the device and should remain constant for the lifetime of the user's device. The value may change if a factory reset is performed on the device.
Note: When a device has multiple users (available on certain devices running Android 4.2 or higher), each user appears as a completely separate device, so the ANDROID_ID value is unique to each user.
Constant Value: "android_id" 但我看不到添加的信息。我需要一个特殊的javadoc生成器吗?
发布于 2015-07-14 13:24:10
参考oracle的链接编写javadoc 这里这篇所以文章也很有帮助
https://stackoverflow.com/questions/31407791
复制相似问题