Skip to content

Commit 9d3fac7

Browse files
committed
fix javadoc
1 parent d0e7bb7 commit 9d3fac7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/main/java/xdean/annotation/processor/toolkit/test/package-info.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616

1717
/**
1818
* Framework to quick build compile test in junit.
19-
*
19+
*
2020
* <ol>
2121
* <li>Compile period test. Use {@code @Compile} on your test method.
22-
*
22+
*
2323
* <pre>
2424
* &#64;Test
2525
* &#64;Compile(sources = "/HelloWorld.java")
2626
* public void test(RoundEnvironment env) {
2727
* // Now you are in compile (Annotation Processor) context which is compiling your sources.
2828
* }
2929
* </pre>
30-
*
30+
*
3131
* </li>
32-
*
32+
*
3333
* <li>Compilation test. Use {@code @Compiled} on your test method.
34-
*
34+
*
3535
* <pre>
3636
* &#64;Test
3737
* &#64;Compiled(sources = "/HelloWorld.java")
@@ -40,10 +40,10 @@
4040
* // Do assert on the Compilation.
4141
* }
4242
* </pre>
43-
*
43+
*
4444
* </li>
45-
* <ol>
46-
*
45+
* </ol>
46+
*
4747
* @author Dean Xu (XDean@github.com)
4848
*/
4949
package xdean.annotation.processor.toolkit.test;

0 commit comments

Comments
 (0)