SaviDoc
From sasCommunity
[edit] Summary
SaviDoc is a code documentation utility for SAS. By simply following the documenation conventions as outlined in the application, SaviDoc allows SAS code to be automatically documented in HTML.
[edit] Example
/*===========================================================================*
<header>
<company>ABC</company>
<copyright>2006</copyright>
<name>ABC WebLogic Generic Collector for ITRM</name>
<author>Alan Churchill</author>
<description>
This is a collector, developed by Elite Technologies (Alan Churchill),
which takes in logs from the various WebLogic logs and converts them into a SAS ITRM collector.
</description>
<usage>Used in conjunction with SAS's ITRM product</usage>
<remarks>By using regular expressions, the layout of the log may change but the
ability of this collector to read in those logs should remain intact.
</remarks>
<history>
<action initials="AKC" date="06Jun2006">Initial Creation</action>
<action initials="AKC" date="26Jun2006">Initial Creation</action>
</history>
</header>
*===========================================================================*/
