首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >IntelliJ IDEA javadoc F1

IntelliJ IDEA javadoc F1
EN

Stack Overflow用户
提问于 2015-07-14 13:17:27
回答 1查看 63关注 0票数 1

我想为我的代码创建一个好的javadoc帮助。Android显示在APILevel3中添加的第二行(带有链接)。我怎样才能做到这一点,或者不能用普通的javadoc来完成呢?

这是来自原始源的一个例子

代码语言:javascript
复制
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生成器吗?

EN

回答 1

Stack Overflow用户

发布于 2015-07-14 13:24:10

参考oracle的链接编写javadoc 这里这篇所以文章也很有帮助

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/31407791

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档