From 6c46e0bfe42f5ddfc3aa8ece645b4b244ced3a48 Mon Sep 17 00:00:00 2001 From: Jeff Arneson Date: Fri, 27 Mar 2015 15:32:06 -0700 Subject: [PATCH] Show annotation documentation on class details Also fix a bug where showAnnotations tags weren't appearing on symbols without a javadoc Bug: 19427762 Bug: 19931569 Change-Id: I4de8d5682acc438da69637262d8447695d6fb975 --- tools/droiddoc/templates-sdk/class.cs | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/tools/droiddoc/templates-sdk/class.cs b/tools/droiddoc/templates-sdk/class.cs index 7aa99f968..693eaedc9 100644 --- a/tools/droiddoc/templates-sdk/class.cs +++ b/tools/droiddoc/templates-sdk/class.cs @@ -169,13 +169,15 @@ Summary:
- +

Class Overview

-

+

+ +

+ -
@@ -196,12 +198,12 @@ Summary: () - -
- - -
- + +
+ + +
+ -- 2.11.0