blob: e32f192df91ededd47f3a490c0b699f5ca234471 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<html>
<!-- This file should be renamed to "package.xml" and placed within the API
package that you're summarizing.
-->
<head>
<!-- Escape to the root of your source folder -->
<meta
name="root"
content="../../../../../../" />
<title>title</title>
</head>
<body>
<abstract>
An overview sentence for the overview-summary page -- one sentence only.
</abstract>
<p>Insert text within this table template. The width is fixed
to prevent large images from stretching the text across
the entire screen.
</p>
<!--
REMOVE THIS COMMENT OR THE XSLT StyleSheet WILL FAIL!
The following template should be used for images. You must escape out
to the root directory of your packages, include the path "overview" and
then the name of your image. All images should be JPEG (*.jpg -- case is
important). The actual images should be located under [plugin]/javadoc-images.
If javadoc-images does not exist in your plugin, create one and update
org.eclipse.wst.doc.isv/javadoc.xml to copy the *.jpg into the correct
location. The "overview" directory must be in the link as below since
the *.jpg files from [plugin]/javadoc-images to [doc]/overview.
<img src="[escape out to source folder level]/overview/[your image].jpg" caption="Caption for the image"/>
-->
<codesnippet caption="Description text">
int bobdole = 100;
System.out.println("Bob Dole equals: " + bobdole);
</codesnippet>
</body>
</html>