12 lines
179 B
Java
12 lines
179 B
Java
//: object/Documentation3.java
|
|
/**
|
|
* You can <em>even</em> insert a list:
|
|
* <ol>
|
|
* <li> Item one
|
|
* <li> Item two
|
|
* <li> Item three
|
|
* </ol>
|
|
*/
|
|
public class Documentation3 {}
|
|
///:~
|