Command-line option --format html (or -O html in short) makes pasdoc write HTML (Hypertext Markup Language) output. HTML files are usually viewed using web browsers, available on all modern computer systems.

It is the default output file format. Several files will be created for this output type, one for each unit, class, interface and object, additionally some overview files with lists of all constants, types etc.

This is the preferred output for online viewing.

Some details about HTML output:

CSS

The look of HTML output is controlled by CSS code in pasdoc.css file, generated by pasdoc while making HTML output. You can customize how your documentation looks by modifying this file. See W3C resources about CSS. See also example alternative CSS styles for pasdoc that you can use.

HTML standard conformance

Html output produced by pasdoc is completely valid HTML 4.01 Transitional format. See W3C HTML 4.01 Specification.

You can validate it using any html validator. In case you never used html validator:

HtmlOutput (last edited 2007-10-28 22:57:05 by localhost)