man qt2kdoc (Commandes) - qt2kdoc -- Generates cross-reference file suitable for use with KDOC from Qt Toolkit HTML documentation.
NAME
qt2kdoc -- Generates cross-reference file suitable for use with KDOC from Qt Toolkit HTML documentation.
SYNOPSIS
qt2kdoc [-u URL] [-o <destdir>] [-z] <path to qt html>
DESCRIPTION
qt2kdoc generates a kdoc(1) cross-reference file from the classes.html file that is included with the Qt GUI Toolkit HTML documentation.
The resulting file can be used to cross-reference documentation generated with KDOC for other classes with the Qt HTML documentation.
OPTIONS
- --url <url>, -u <url>
- The URL by which the Qt documentation can be accessed. This will allow other libraries to link to the Qt documentation.
- --outdir <path>, -o <path>
- The directory where the generated index file will be written.
- --compress, -z
- Compress the generated index with gzip. KDOC can read these compressed index files.
EXAMPLES
qt2kdoc -u "http://www.mydomain/src/qthtml/" \ $HOME/web/src/qthtml
ENVIRONMENT
- KDOCLIBS
- If set, it is used as the default output path. It is overridden by the --outdir option.
FILES
SEE ALSO
BUGS
Dependent on format of Qt documentation.
AUTHOR
Sirtaj S. Kang <taj@kde.org>, 1998.