Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
Change-Id: Icbd780a8094a37c4022df512cebb71c3e257f8be
  • Loading branch information
ngyukman committed Jun 10, 2019
1 parent 6faf209 commit f1cfe5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/com/ullink/IKVMDocLet.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* </ul>
* <p>
* Other issues:
* <p>
* </p>
* <pre>
* <b>Usage reports "javadoc" instead of "ikvmdoc"</b>:
*
Expand All @@ -62,11 +62,11 @@
* </pre>
* <p>
* HTML tag parsing is not forgiving; should be made more fault tolerant
* <p>
* Javadoc HTML -> .NET tag conversions that should be considered/evaluated:
* <code>true</code> -> <see langref="true"/>
* <code>false</code> -> <see langref="false"/>
* <code>null</code> -> <see langref="null"/>
* </p>
* Javadoc HTML -&#x3E; .NET tag conversions that should be considered/evaluated:
* <code>true</code> -&#x3E; &#x3C;see langref="true"/&#x3E;
* <code>false</code> -&#x3E; &#x3C;see langref="false"/&#x3E;
* <code>null</code> -&#x3E; &#x3C;see langref="null"/&#x3E;
*
* References:
* http://weblog.ikvm.net/CommentView.aspx?guid=0259c2c8-e9c1-4c92-88e5-5b459da76b86
Expand Down

0 comments on commit f1cfe5b

Please sign in to comment.