Changeset 2071


Ignore:
Timestamp:
2001-02-27T11:24:47+13:00 (23 years ago)
Author:
say1
Message:

javadoc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/Makefile

    r2068 r2071  
    99    idlj -pkgPrefix gsdlInterface org.nzdl.corba corbaiface.idl
    1010    javac org/nzdl/corba/gsdlInterface/*.java
     11
     12
     13#the first javadoc message uses some arguments not found in all
     14#versions of javadoc. If it fails, use the second, which should
     15#be backwardsly compatible.
     16
    1117docs:
    12     javadoc org/nzdl/*.java org/nzdl/*/*.java org/nzdl/*/*/*.java
     18    javadoc -private -version -author -header "Documentation for the <a href=\"http://www.corba.org/\">CORBA</a> interface to the <a href=\"http://www.nzdl.org/\">NZDL</a>\'s Greenstone Digital Library software." -footer "This software is distributed under the <a href=\"http://www.gnu.org/copyleft/gpl.html\">GPL</a>" org/nzdl/*.java org/nzdl/*/*.java org/nzdl/*/*/*.java
     19#   javadoc -private -version -author org/nzdl/*.java org/nzdl/*/*.java org/nzdl/*/*/*.java
    1320
    1421clean:
Note: See TracChangeset for help on using the changeset viewer.