1 /*
2 * Copyright (c) 2008 Texas Instruments and others.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * Texas Instruments - initial implementation
10 *
11 * */
12 requires xdc.tools.sg;
13
14 /*!
15 * ======== xdc.tools.cdoc.sg ========
16 * Interactive Package Documentation Browser
17 *
18 * @b(Usage) 19 * @p(code) 20 * xs xdc.tools.cdoc.sg [unit-name ...] [-Pr rdir ...]
21 * @p 22 *
23 * This tool is used to interactively browse package documentation for
24 * all packages found in the specified repositories `rdir ...`. If no
25 * repositories are specified after the optional `-Pr` flag, the
26 * repositories in the current package path are used.
27 *
28 * If one or more "unit-names" are specified, the corresponding package,
29 * module, or interface reference pages are opened during startup.
30 *
31 * This utility is invoked via the XDC `xs` command, where the
32 * alias `xs` is defined as follows:
33 * @p(code) 34 * $XDCROOT/xs
35 * @p 36 * and $XDCROOT is the installation directory of the XDC toolset.
37 */
38 package xdc.tools.cdoc.sg {
39 module Main;
40 }
41 /*
42 * @(#) xdc.tools.cdoc.sg; 1,0,0,284; 9-20-2012 15:02:24; /db/ztree/library/trees/xdc/xdc-y36x/src/packages/
43 */
44