OSDN Git Service

Fix the check of double quoted @see tag.
authorWu-cheng Li <wuchengli@google.com>
Sun, 4 Apr 2010 09:14:23 +0000 (17:14 +0800)
committerWu-cheng Li <wuchengli@google.com>
Tue, 13 Apr 2010 15:49:18 +0000 (23:49 +0800)
commitfcc7cf779905613d6bd48344b5c3a994237c02bd
tree3cfe1e9b1f682b6537bb17582711a56a85b675e1
parent479f4a5cc4db72024123d36145028fe557e72f98
Fix the check of double quoted @see tag.

Originally \n was not discarded so a balanced quoted string still
has compile error.

bug:2553570
Change-Id: I073c0c0ba370d55493d3ee6d17c7ebe9f42afe7a
tools/droiddoc/src/LinkReference.java