Tutorialaa.tags




Prev | Up | Next | Back | Forward | Online Documentation Home Page

SYNOPSIS

       aa.tags [ option ] filename ...


DESCRIPTION

       aa.tags  constructs  a  tags  file  for  use  by  the Ada-
       ASSURED's built-in Ada library browser. The tags  file  is
       output  to  standard  output and contains entries for each
       package, task, procedure, function, and type  declared  or
       specified in filename.

       Each   filename  must  contain  zero or more syntactically
       correct Ada compilation units. If a file contains a syntax
       error,  aa.tags will print an error message indicating the
       file and line number containing the error, and  will  then
       terminate.

       Entries  in  the  tags file appear in no particular order.
       However, when a usage is ambiguous, Ada-ASSURED will  pre-
       sent  alternative  definitions  in the order in which they
       appear in the tags file.  A tags file  can  be  sorted  in
       order of increasing line numbers using the Unix command

              sort +2 -3 +1 -2 filename

       Tags  files output from separate executions of aa.tags can
       be safely concatenated to produce a merged tags file.


OPTIONS

       -f     Use full pathnames in  the  output.   This  is  the
              default.

       -r     Use relative pathnames.  This is only useful if the
              filename is specified as a relative pathname.

       -language 83 | 95
              Use the  specified  choice  for  the  Ada  language
              instead of the default.


SEE ALSO

       aa(l)

       Ada-ASSURED User Guide & Reference Manual
       Part  No. AA-RM-3.5, GrammaTech, Inc.,  317 N. Aurora St.,
       Ithaca, NY 14850.
       Tel: +1 607 273 7340
       Fax: +1 607 273 8752
       Email: admin@grammatech.com
               support@grammatech.com


COPYRIGHT

       Copyright 1997--2004, by GrammaTech, Inc., 317  N.  Aurora
       St., Ithaca, NY 14850.


Forward