Changeset 12045


Ignore:
Timestamp:
07/14/09 09:37:22 (14 years ago)
Author:
Mark Evenson
Message:

Added pattern for TAGS target to parse ' ### SYMBOL' annotation.

ABCL uses the documentation notation that all implementations of Lisp
forms in Java files have a ' ### SYMBOL' documentation line before
their instance. Now TAGS will contain the necessary information for
finding these symbols.

The use of tags is perhaps most useful within Emacs (q.v. M-x find-tags).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/build.xml

    r12026 r12045  
    362362    <target name="TAGS">
    363363      <apply executable="etags" parallel="true" verbose="true">
     364  <arg value="--regex=|[ \t]+//[ \t]+###[ \t]+\([^ \t]+\)|\1|"/>
    364365  <fileset dir="${src.dir}">
    365366    <patternset refid="abcl.source.java"/>
Note: See TracChangeset for help on using the changeset viewer.