package xdc.tools.cdoc.sg

Interactive Package Documentation Browser

XDCspec declarations sourced in xdc/tools/cdoc/sg/package.xdc
requires xdc.tools.sg;
 
package xdc.tools.cdoc.sg {
 
    module Main;
    // Interactive Package Documentation Browser
}
USAGE
      xs xdc.tools.cdoc.sg [unit-name ...] [-Pr rdir ...]
This tool is used to interactively browse package documentation for all packages found in the specified repositories rdir .... If no repositories are specified after the optional -Pr flag, the repositories in the current package path are used.
If one or more "unit-names" are specified, the corresponding package, module, or interface reference pages are opened during startup.
This utility is invoked via the XDC xs command, where the alias xs is defined as follows:
      $XDCROOT/xs
and $XDCROOT is the installation directory of the XDC toolset.
generated on Tue, 24 Aug 2010 15:39:20 GMT