RESOLVELINKS(1) General Commands Manual RESOLVELINKS(1)

resolveLinksResolves link requests in collections of HTML files

resolveLinks [-a] [-b basepath] [-d debugflags] [-D] [-h] [-i installpath] [-n] [-N] [-P] [-r refanchorprefix] [-s seedfile] [-S seedfilebasepath] [-t nthreads] [-x xreffile] directory

The available options are as follows:

Treat external (seeded) paths as absolute. If passed after a -s argument, modifies that argument. If passed before any -s arguments, modifies all seed files. This may be specified multiple times.
Base path. Paths in -x output file are generated relative to this path. If this ends with a trailing /, assumes that the contents of the specified directory will be installed in the location specified by the -i flag. Otherwise, it is assumed that the directory itself will be installed there. (The cp command behaves similarly.) If unspecified, defaults to /.
Sets debug flags (bitmask).
Disables dot printing (for cleaner debugging).
Prints a usage summary.
Location where this directory will eventually be installed. Used for generating relative paths for external (seeded) paths. If unspecified, the value of the -b flag is used.
Disables all file writes (except for the seed output file).
Disables name-based matching (normally used for unknown symbol names in user-entered link requests). Disabling this matching can provide a performance gain for large doc trees.
Disables partial matching. Disabling this matching can provide a performance gain for large doc trees.
Additional reference anchor prefix. The default, "apple_ref", is always active; if you use something else, add a -r option. This may be specified multiple times.
A seed file generated by the -x option from a previous run of the tool. Used to add additional external cross references from other folders. This may be passed multiple times.
A base path prepended to the immediate previous seed file for path purposes. This may be passed multiple times (once per seed file).
The number of threads to use during resolution. Default is 2.
An output cross-reference file. You can pass this file to future runs of the tool by using the -s flag.
directory
the directory to be processed.

This program is a helper tool that is usually run by the gatherHeaderDoc tool to generate links within HeaderDoc output. Although it is usually not run directly, it can be useful to do so when linking together multiple documentation sets in an installed set.

For more information on gatherHeaderDoc and HeaderDoc, see headerdoc2html(1) and gatherheaderdoc(1).

May 27, 2010 Darwin