aboutsummaryrefslogtreecommitdiff
path: root/src/Resolution
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-09-19 22:25:27 +0300
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-09-19 22:25:27 +0300
commit455d74a6a6245969ebd7ec20071b691ed20a2628 (patch)
tree601e80982ddc289d1745a5570347a15512f4fe7d /src/Resolution
parentff0c8d7514742b505acff2f2ba51dc21aedbd949 (diff)
downloaddokka-455d74a6a6245969ebd7ec20071b691ed20a2628.tar.gz
dokka-455d74a6a6245969ebd7ec20071b691ed20a2628.tar.bz2
dokka-455d74a6a6245969ebd7ec20071b691ed20a2628.zip
Convert content to RichString and establish resolution service for links.
Diffstat (limited to 'src/Resolution')
-rw-r--r--src/Resolution/ResolutionService.kt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Resolution/ResolutionService.kt b/src/Resolution/ResolutionService.kt
new file mode 100644
index 00000000..f13d1ee0
--- /dev/null
+++ b/src/Resolution/ResolutionService.kt
@@ -0,0 +1,5 @@
+package org.jetbrains.dokka
+
+public trait ResolutionService {
+ fun resolve(text: String): DocumentationNode
+} \ No newline at end of file