--- old/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java 2015-05-05 20:15:07.851833422 +0400 +++ new/src/java.corba/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Compile.java 2015-05-05 20:15:07.767833422 +0400 @@ -87,37 +87,37 @@ * * Options: *
- *
-i <include path> + *
{@code -i } *
By default, the current directory is scanned for included files. * This option adds another directory. See also the note below. * - *
-d <symbol> + *
{@code -d } *
This is equivalent to the following line in an IDL file: - * #define <symbol> + * {@code #define } * - *
-f - *
Defines what bindings to emit. is one of client, server, all, + *
{@code -f } + *
Defines what bindings to emit. {@code } is one of client, server, all, * serverTIE, allTIE. serverTIE and allTIE cause delegate model skeletons * to be emitted. If this flag is not used, -fclient is assumed. * allPOA has the same effect as all, except for generation POA type skeletons. * - *
-keep + *
{@code -keep} *
If a file to be generated already exists, do not overwrite it. By * default it is overwritten. * - *
-sep + *
{@code -sep } *
Only valid with -m. Replace the file separator character with - * in the file names listed in the .u file. + * {@code } in the file names listed in the .u file. * - *
-emitAll + *
{@code -emitAll} *
Emit all types, including those found in #included files. * - *
-v + *
{@code -v} *
Verbose mode. * - *
-pkgPrefix - *
Whereever is encountered, make sure it resides within - * <package> in all generated files. <type> is a fully + *
{@code -pkgPrefix } + *
Whereever {@code } is encountered, make sure it resides within + * {@code } in all generated files. {@code } is a fully * qualified, java-style name. *
* @@ -127,9 +127,9 @@ * called idl.config. This file must be in the CLASSPATH. The format of * the includes line is: * - *
+ * 
{@code
  * includes=;;...;
- * 
+ * }
* * Note that the path separator character, here shown as a semicolon, * is machine dependent. For instance, on Windows 95 this character