[ Tcllib Home | Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

pkg_dtplite(n) 1.3.1 tcllib "Documentation toolbox"

Name

pkg_dtplite - Lightweight DocTools Markup Processor

Table Of Contents

Synopsis

  • package require dtplite ?1.3.1?

Description

The package provided by this document, dtplite, is the foundation for the dtplite application. It is a light wrapper around the various doctools packages.

COMMANDS

dtplite::print-via cmd

Redirect print operations of the package to the specified cmd.

The result of the command is the empty string.

dtplite::do arguments

The main command it takes a single list of arguments, processes them, and performs the specified action.

The result of the command is the empty string.

The details of the syntax inside of the arguments list are explained in section COMMAND LINE of the documentation for the dtplite application.

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category doctools of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

When proposing code changes, please provide unified diffs, i.e the output of diff -u.

Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.

See Also

docidx introduction, doctoc introduction, doctools introduction

Keywords

HTML, TMML, conversion, docidx, doctoc, doctools, manpage, markup, nroff

Category

Documentation tools