简体   繁体   中英

IntelliJ IDEA javadoc F1

I want to create a good javadoc help for my code. The Android SDK showed in the second line added in API level 3 (with link). How Can I do this or can't this be done with normal javadoc?

This is an example from the original source :

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" 

But I can't see the added information. Do I need a special javadoc generator for it?

在这里参考oracle的链接来编写javadoc 这篇SO帖子也很有帮助

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM