fixed bad property links

This commit is contained in:
James Strachan
2012-04-11 16:36:00 +01:00
parent a59a671c4a
commit eaae5b4465
@@ -47,4 +47,8 @@ from package ${link(pkg)}
return if (f.extensionClass != null) "#${f.link}" else super.href(f)
}
override fun href(f: KProperty): String {
return if (f.extensionClass != null) "#${f.link}" else super.href(f)
}
}