Code Example

As it makes use of HTML, code sections may be added with the pre and code tags:

/**
 * <pre>
 *    <code>
 *       variable = new ExampleObject();
 *    </code>
 * </pre>
 */

Last updated