diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-10-03 23:41:16 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-10-03 23:41:16 +0400 |
commit | 10068c5b31a2e3df746638da8c440d325a32f67d (patch) | |
tree | 9f70d1ddd4d298ded93152f25ab545749b02fa2b /src/Model | |
parent | 04135d13e4f1fc41893767b8719e9189cd41617a (diff) | |
download | dokka-10068c5b31a2e3df746638da8c440d325a32f67d.tar.gz dokka-10068c5b31a2e3df746638da8c440d325a32f67d.tar.bz2 dokka-10068c5b31a2e3df746638da8c440d325a32f67d.zip |
Unify link resolution for short and full forms, remove ContentNameLink.
Diffstat (limited to 'src/Model')
-rw-r--r-- | src/Model/Content.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Model/Content.kt b/src/Model/Content.kt index 27adfe59..ce438835 100644 --- a/src/Model/Content.kt +++ b/src/Model/Content.kt @@ -25,7 +25,6 @@ public class ContentIdentifier(val text: String) : ContentNode() public class ContentSymbol(val text: String) : ContentNode() public class ContentEmphasis() : ContentBlock() public class ContentNodeLink(val node : DocumentationNode) : ContentBlock() -public class ContentNameLink(val name : String) : ContentBlock() public class ContentExternalLink(val href : String) : ContentBlock() public class ContentStrong() : ContentBlock() public class ContentList() : ContentBlock() |