You can add comments to each package in the ABL source code. Each package should have its own .html file for comments. A comment appears as the first sentence on the package summary page.
1. Create an HTML file, assign a name to it (for example package.html), and place the file in the folder that contains the package.
2. Add your comments to the file. A comment should be wrapped in the <body> tag as follows:
<HTML>
<BODY>
This comment is used to describe the sample package,
The contents of this <body> tag will be placed in the summary page,