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