13 lines
221 B
Java
13 lines
221 B
Java
|
//: objects/Documentation3.java
|
|||
|
// <20>2015 MindView LLC: see Copyright.txt
|
|||
|
/**
|
|||
|
* You can <em>even</em> insert a list:
|
|||
|
* <ol>
|
|||
|
* <li> Item one
|
|||
|
* <li> Item two
|
|||
|
* <li> Item three
|
|||
|
* </ol>
|
|||
|
*/
|
|||
|
public class Documentation3 {}
|
|||
|
///:~
|