diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd
index c283167146cfb..355465b54e7de 100644
--- a/docs/html/sdk/eclipse-adt.jd
+++ b/docs/html/sdk/eclipse-adt.jd
@@ -116,22 +116,27 @@ so.
- The tools now automatically generate Java Programming Language source files (in the
gen/ directory) and
bytecode (in the res/raw/ directory) from your .rs files.
- - A Binary XML editor has been added.
+ - A Binary XML editor has been added (details).
- Traceview is now integrated into the Eclipse UI (details).
- The "Go To Declaration" feature for XML and
.java files quickly show all the matches in the project
- and allows you jump to specific items such as string translations or onClick handlers.
- - The Resource Chooser can create items such as dimensions, integers, ids, and booleans.
+ and allows you jump to specific items such as string translations or onClick handlers
+ (details).
+ - The Resource Chooser can create items such as dimensions, integers, ids, and booleans
+ (details).
- Improvements to the Visual Layout Editor:
- A new Palette with categories and rendering previews
(details).
- - A Layout action bar.
+ - A Layout Actions bar that provides quick access to common layout operations
+ (details).
- When the Android 3.0 rendering library is selected, layouts render more like they do on devices.
This includes rendering of status and title bars to more accurately reflect the actual
- screen space available to applications.
+ screen space available to applications
+ (details).
- Zoom improvements such as fit to view, persistent scale, and keyboard access.
(details).
- - Further improvements to
<merge> layouts, as well as layouts with gesture overlays.
+ - Further improvements to
<merge> layouts, as well as layouts with gesture overlays
+ (details).
- Improved rendering error diagnostics.