A sample of javadoc command line argument file

com.myCompany.myPackage1
com.myCompany.myPackage2.mySubPackage1.mySubPackage2
src/com/myCompany/myPackage3/myClassA.java
src/com/myCompany/myPackage3/myClassB.java
src/com/myCompany/myPackage2/mySubPackage1/mySubPackage3/myClassC.java


Specify a package name (e.g. "com.myCompany.myPackage1") or a path to a source file (e.g. "src/com/myCompany/myPackage3/myClassA.java") per line.

More information on the javadoc "command line arguments file" (as of JDK1.3) can be found at:
   Solaris: http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/javadoc.html
Win32: http://java.sun.com/j2se/1.3/docs/tooldocs/win32/javadoc.html



Back






How to exclude some entries from the generated API document of your program (<projectDirectory>/docs/api)

Take one of the two ways:

Back






How to prepare 3rd party API documents under <projectDirectory>/docs/external

Each directory (docs/external/<libN>) should contain what the destination directory of javadoc (of Nth library) would contain. The "index.html" should be found directly under docs/external/<libN>.

Copy the API document (javadoc) of the 1st library under <projectDirectory>/docs/external/<lib1>/
e.g. under /home/userA/protection/myProject1/docs/external/nameOfLibrary/

Copy the API document (javadoc) of the 2nd library under <projectDirectory>/docs/external/<lib2>/
e.g. under /home/userA/protection/myProject1/docs/external/nameOfAnotherLibrary/
...

[ Note ]


Back









Top
Copyright (c) 2002-2008 ChainKey, Inc. All rights reserved

Visit ChainKey, Inc.