diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-06 16:10:04 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-06 16:10:04 +0100 |
commit | 0e76eed8d9fee675542d35f525ff9e8ab6408857 (patch) | |
tree | a41b330421b453786b789ff53f5316d64c89b293 /test/data | |
parent | 4ed5b2ec786b0f67405e5db81be2a2d9f4b6e591 (diff) | |
download | dokka-0e76eed8d9fee675542d35f525ff9e8ab6408857.tar.gz dokka-0e76eed8d9fee675542d35f525ff9e8ab6408857.tar.bz2 dokka-0e76eed8d9fee675542d35f525ff9e8ab6408857.zip |
use getResolutionScope() from plugin; use simpler way to resolve descriptor in scope; rename @code tag to @sample
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/comments/directive.kt | 8 |
1 files changed, 4 insertions, 4 deletions
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" |