From 6146fa8b996a7d74f58ce1c926c114bc54bda0d1 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 14 Jan 2015 18:46:36 +0100 Subject: generate source links in the documentation --- src/Model/DocumentationNode.kt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Model') diff --git a/src/Model/DocumentationNode.kt b/src/Model/DocumentationNode.kt index 6e707cce..a666b486 100644 --- a/src/Model/DocumentationNode.kt +++ b/src/Model/DocumentationNode.kt @@ -97,6 +97,8 @@ public open class DocumentationNode(val name: String, Annotation Value + + SourceUrl } } -- cgit