From 0e76eed8d9fee675542d35f525ff9e8ab6408857 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 6 Feb 2015 16:10:04 +0100 Subject: use getResolutionScope() from plugin; use simpler way to resolve descriptor in scope; rename @code tag to @sample --- test/data/comments/directive.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/data/comments') diff --git a/test/data/comments/directive.kt b/test/data/comments/directive.kt index 471ca9bb..b27f5a48 100644 --- a/test/data/comments/directive.kt +++ b/test/data/comments/directive.kt @@ -1,10 +1,10 @@ /** * Summary * - * @code example1 - * @code example2 - * @code X.example3 - * @code X.Y.example4 + * @sample example1 + * @sample example2 + * @sample X.example3 + * @sample X.Y.example4 */ val property = "test" -- cgit