chg: replaced ant with gradle
This commit is contained in:
parent
cee0be52e0
commit
5cbeb9f01d
609 changed files with 87626 additions and 638 deletions
47
modules/jala/util/HopKit/JSDoc/.jsdoc_config
Normal file
47
modules/jala/util/HopKit/JSDoc/.jsdoc_config
Normal file
|
@ -0,0 +1,47 @@
|
|||
#
|
||||
# Configuration file for JSDoc
|
||||
#
|
||||
# The following hashes are used for supplying user-defined @attribute tags
|
||||
# that will be parsed. Non-standard attributes (such as @subclass) can be
|
||||
# added into these hashes, along with a code reference. The return value
|
||||
# from the code reference will be included in the documentation. All
|
||||
# non-standard tags that are not in the below hashes will be ignored.
|
||||
# The code reference will receive a reference to an array of
|
||||
# values that were supplied with the @... tag
|
||||
#
|
||||
|
||||
# Class attributes
|
||||
#eval {
|
||||
# $CLASS_ATTRS_MAP{subclass} =
|
||||
# # subclass is the name of the @... tag
|
||||
# sub {
|
||||
# # Body from which a string is returned
|
||||
# '<DT><B>Subclasses:</B><DD>-' .
|
||||
# join('<DD>-',
|
||||
# map ({"<A HREF=\"$_.html\">$_</A>"}
|
||||
# map ( { s/\s*(\w+)\s*/$1/; $_} @{@_->[0]})
|
||||
# )
|
||||
# ) . '<P>'
|
||||
# };
|
||||
#
|
||||
# $CLASS_ATTRS_MAP{with} =
|
||||
# sub {
|
||||
# 'This class has a \'@with\' attribute'
|
||||
# };
|
||||
#};
|
||||
|
||||
# Method attributes
|
||||
# eval {
|
||||
#
|
||||
# Uncomment this to allow the filename to be displayed for
|
||||
# each function
|
||||
#
|
||||
# $METHOD_ATTRS_MAP{filename} =
|
||||
# sub {
|
||||
# '<DT><B>Filename:</B> ' . $_[0] . '<P>'
|
||||
# };
|
||||
# $CLASS_ATTRS_MAP{filename} = $METHOD_ATTRS_MAP{filename};
|
||||
#
|
||||
# };
|
||||
#
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue