ApexSQL Doc can generate documentation in any of several formats. Details about each file format, along with examples, are located here
Customize the appearance of your generated documentation using style sheets. ApexSQL Doc comes with the Visual Studio 2005 and 2010 stylesheets
Use custom tags in both the header and footer, which will automatically be replaced with the corresponding information when the documentation is generated. For example, the tag {date} will be replaced with the date the documentation was generated. A full list of accepted tags is located below
Create templates for document titles and file names, which ApexSQL Doc will use to customize each document that is generated
The following custom tags can be used in both templates, and will be replaced with the corresponding information when the documentation is generated
Information about the author, copyright, and any other comments will be displayed in a page at the end of the documentation
Is replaced with |
|
{datasourcename} |
The name of the data source |
|
Example: (local) |
{databasename} |
The name of the database |
|
Example: AdventureWorks |
{date} |
The date the documentation is generated. Define the format for this date via the application options |
|
|
{time} |
The current time including hour, minute, and second |
|
|
{author} |
The name of the document author |
|
|
{objecttype} |
The object type |
|
Example: table, view, or procedure |
{objectname} |
The name of the processed schema object |
|
|
{owner} |
The object owner |
|
Example: dbo |
Note:
Custom tags are not case sensitive
|
Copyright © 2012 ApexSQL LLC. All Rights Reserved.