/[emacs]/emacs/man/maintaining.texi
ViewVC logotype

Diff of /emacs/man/maintaining.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by pot, Thu Dec 20 09:14:27 2001 UTC revision 1.14 by pot, Wed Dec 26 21:49:41 2001 UTC
# Line 332  In makefiles, targets are tags. Line 332  In makefiles, targets are tags.
332    
333  @item  @item
334  In Objective C code, tags include Objective C definitions for classes,  In Objective C code, tags include Objective C definitions for classes,
335  class categories, methods, and protocols.  class categories, methods, and protocols.  Tags for variables and
336    functions in classes are named @samp{@var{class}::@var{variable}} and
337    @samp{@var{class}::@var{function}}.
338    
339  @item  @item
340  In Pascal code, the tags are the functions and procedures defined in  In Pascal code, the tags are the functions and procedures defined in
341  the file.  the file.
342    
343  @item  @item
344  In Perl code, the tags are the procedures defined by the @code{sub},  In Perl code, the tags are the packages, subroutines and variables
345  @code{my} and @code{local} keywords.  Use @samp{--globals} if you want  defined by the @code{package}, @code{sub}, @code{my} and @code{local}
346  to tag global variables.  keywords.  Use @samp{--globals} if you want to tag global variables.
347    Tags for subroutines are named @samp{@var{package}::@var{sub}}.  The
348    name for subroutines defined in the default package is
349    @samp{main::@var{sub}}.
350    
351  @item  @item
352  In PHP code, tags are functions, classes and defines.  When using the  In PHP code, tags are functions, classes and defines.  When using the

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26