refactored the comments to split the wiki markup into the first paragraph for the summary and the rest for the detail and to allow relative URL links to classes in wiki links

This commit is contained in:
James Strachan
2012-03-07 10:22:52 +00:00
parent a6254ec4aa
commit 585625bf2f
6 changed files with 65 additions and 50 deletions
+4 -4
View File
@@ -6,9 +6,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-project</artifactId>
<version>1.0-SNAPSHOT</version>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-project</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>kdoc</artifactId>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.pegdown</groupId>
<artifactId>pegdown</artifactId>
<version>1.1.0</version>
<version>${pegdown.version}</version>
</dependency>
</dependencies>