mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-3501 Make a larger split between the GUI and data structure, and separate many of the GUI classes into separate files.
X-SVN-Rev: 15954
This commit is contained in:
parent
9fad2a52a8
commit
6102c2f18d
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@
|
|||
@rem *****************************************************************************
|
||||
mkdir docs\api
|
||||
@set DOC_TYPE=-private
|
||||
javadoc -d docs/api -classpath lib/xerces.jar -sourcepath ../../../ -windowTitle "RBManager" -bottom "Copyright IBM 2000-2004" %DOC_TYPE% com.ibm.rbm
|
||||
javadoc -d docs/api -classpath lib/xerces.jar -sourcepath ../../../ -windowTitle "RBManager" -bottom "Copyright IBM 2000-2004" %DOC_TYPE% com.ibm.rbm com.ibm.rbm.gui
|
||||
@if errorlevel 1 pause
|
Loading…
Add table
Reference in a new issue